9
services/dbus
Executable file
9
services/dbus
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
}
|
Reference in New Issue
Block a user