2017-07-13 13:09:42 +00:00
|
|
|
#!/usr/bin/env ssm
|
2013-09-28 23:32:39 +00:00
|
|
|
|
2014-08-02 17:35:27 +00:00
|
|
|
#service_respawn=true
|
2017-12-10 17:44:17 +00:00
|
|
|
service_command=( /usr/bin/dbus-daemon --system --nofork )
|
2015-08-22 17:37:10 +00:00
|
|
|
service_tmpfiles=( '/run/dbus:dir' )
|
2013-09-28 23:32:39 +00:00
|
|
|
|
2017-07-13 13:09:42 +00:00
|
|
|
pre_start() {
|
2013-09-28 23:32:39 +00:00
|
|
|
/usr/bin/dbus-uuidgen --ensure=/etc/machine-id
|
|
|
|
}
|