Files
ssm-services/init.d/dbus

11 lines
218 B
Plaintext
Raw Normal View History

#!/usr/bin/env ssm
2013-09-29 03:32:39 +04:00
#service_respawn=true
2013-09-29 03:32:39 +04:00
service_command='/usr/bin/dbus-daemon'
2015-09-04 16:47:37 +03:00
service_args=( --system --nofork )
2015-08-22 20:37:10 +03:00
service_tmpfiles=( '/run/dbus:dir' )
2013-09-29 03:32:39 +04:00
pre_start() {
2013-09-29 03:32:39 +04:00
/usr/bin/dbus-uuidgen --ensure=/etc/machine-id
}