watchman -> ssm

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2017-07-13 16:09:42 +03:00
parent 3953df0dba
commit 2205f72a2e
71 changed files with 198 additions and 212 deletions

View File

@@ -1,15 +1,10 @@
#!/usr/bin/env watchman
#!/usr/bin/env ssm
#service_respawn=true
service_command='/usr/bin/dbus-daemon'
service_args=( --system --nofork )
service_tmpfiles=( '/run/dbus:dir' )
start_pre() {
pre_start() {
/usr/bin/dbus-uuidgen --ensure=/etc/machine-id
}
start() {
start_pre
watchman.start
}