2
1
Эх сурвалжийг харах

Generate uuid at startup if needed

Peter Korsgaard 17 жил өмнө
parent
commit
37661a1bbf

+ 1 - 0
package/dbus/S97messagebus

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