Generate uuid at startup if needed
This commit is contained in:
parent
7138b4b13a
commit
37661a1bbf
@ -22,6 +22,7 @@ RETVAL=0
|
||||
start() {
|
||||
echo -n "Starting system message bus: "
|
||||
|
||||
dbus-uuidgen --ensure
|
||||
dbus-daemon --system
|
||||
RETVAL=$?
|
||||
echo "done"
|
||||
|
Loading…
Reference in New Issue
Block a user