Skip to content

Commit

Permalink
dbus: check /etc/machine-id, create if needed #417
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Feb 23, 2022
1 parent 40eba6c commit b8ec56a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions x11docker
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Run 'x11docker --help' or scroll down to read usage information.
# More documentation at: https://github.com/mviereck/x11docker

Version="7.1.1-beta-3"
Version="7.1.1-beta-4"

# --enforce-i: Enforce running in interactive mode to allow commands tty and weston-launch in special setups.
grep -q -- "--enforce-i" <<< "$*" && case $- in
Expand Down Expand Up @@ -6393,8 +6393,9 @@ esac"
return 0
}
rootrc_prepare_dbus() {
#org.freedesktop.systemd1
echo "
# check /etc/machine-id
[ -s /etc/machine-id ] || dbus-uuidgen >/etc/machine-id
# Prepare DBus services
Unservicelist='
org.bluez
Expand Down

0 comments on commit b8ec56a

Please sign in to comment.