Skip to content

Commit

Permalink
change dbus
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Mar 28, 2024
1 parent 56b521a commit 80bccb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composer/appli-docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ fi

# start dbux-launch if exists
if [ -x /usr/bin/dbus-launch ]; then
rm -f /var/lib/dbus/machine-id
dbus-uuidgen --ensure=/var/lib/dbus/machine-id
mkdir -p /run/user/$(id -u)/dconf
export $(/usr/bin/dbus-launch)
log "dbus-launch done exitcode=$?"
Expand Down

0 comments on commit 80bccb0

Please sign in to comment.