Browse Source

Generate uuid at startup if needed

Peter Korsgaard 17 năm trước cách đây
mục cha
commit
37661a1bbf
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"