Generate uuid at startup if needed

This commit is contained in:
Peter Korsgaard 2007-11-23 13:21:15 +00:00
parent 7138b4b13a
commit 37661a1bbf

View File

@ -22,6 +22,7 @@ RETVAL=0
start() {
echo -n "Starting system message bus: "
dbus-uuidgen --ensure
dbus-daemon --system
RETVAL=$?
echo "done"