11 lines
218 B
Plaintext
Executable File
11 lines
218 B
Plaintext
Executable File
#!/usr/bin/env ssm
|
|
|
|
#service_respawn=true
|
|
service_command='/usr/bin/dbus-daemon'
|
|
service_args=( --system --nofork )
|
|
service_tmpfiles=( '/run/dbus:dir' )
|
|
|
|
pre_start() {
|
|
/usr/bin/dbus-uuidgen --ensure=/etc/machine-id
|
|
}
|