mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 16:24:17 -09:00
Generate uuid at startup if needed
This commit is contained in:
@@ -22,6 +22,7 @@ RETVAL=0
|
||||
start() {
|
||||
echo -n "Starting system message bus: "
|
||||
|
||||
dbus-uuidgen --ensure
|
||||
dbus-daemon --system
|
||||
RETVAL=$?
|
||||
echo "done"
|
||||
|
||||
Reference in New Issue
Block a user