15 lines
245 B
Plaintext
Executable File
15 lines
245 B
Plaintext
Executable File
#!/usr/bin/env watchman
|
|
|
|
#service_respawn=true
|
|
service_command='/usr/bin/dbus-daemon'
|
|
service_args='--system --nofork'
|
|
service_tmpdirs=( '/run/dbus' )
|
|
|
|
start_pre() {
|
|
/usr/bin/dbus-uuidgen --ensure=/etc/machine-id
|
|
}
|
|
|
|
start() {
|
|
watchman.start
|
|
}
|