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