11 lines
210 B
Plaintext
Executable File
11 lines
210 B
Plaintext
Executable File
#!/usr/bin/env watchman
|
|
|
|
#service_respawn='true'
|
|
service_command='/usr/bin/vdevd'
|
|
service_args='-f /dev'
|
|
service_tmpfiles=( '/run/vdev:dir' '/run/udev:symlink:/dev/metadata/udev' )
|
|
|
|
start() {
|
|
watchman.start
|
|
}
|