ssm-services/services/dbus
fbt eea04dff95 Be more conservative about respawn
Signed-off-by: fbt <fbt@fleshless.org>
2018-03-08 02:34:49 +03:00

9 lines
181 B
Plaintext
Executable File

#!/usr/bin/env ssm
service_command=( /usr/bin/dbus-daemon --system --nofork )
service_tmpfiles=( '/run/dbus:dir' )
pre_start() {
/usr/bin/dbus-uuidgen --ensure=/etc/machine-id
}