Explorar o código

Generate uuid at startup if needed

Peter Korsgaard %!s(int64=17) %!d(string=hai) anos
pai
achega
37661a1bbf
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      package/dbus/S97messagebus

+ 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"