ssm-services/services/dbus
fbt d85b1945e9 kek
Signed-off-by: fbt <fbt@fleshless.org>
2017-12-10 20:44:17 +03:00

10 lines
203 B
Plaintext
Executable File

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