Skip to content

Commit

Permalink
Merge pull request moby#48134 from AkihiroSuda/rootless-check-dbus
Browse files Browse the repository at this point in the history
rootless: add `Requires=dbus.socket`
  • Loading branch information
thaJeztah authored Jul 5, 2024
2 parents 1bf2e03 + 206445f commit 7496f11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/dockerd-rootless-setuptool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ install_systemd() {
[Unit]
Description=Docker Application Container Engine (Rootless)
Documentation=https://docs.docker.com/go/rootless/
Requires=dbus.socket
[Service]
Environment=PATH=$BIN:/sbin:/usr/sbin:$PATH
Expand Down

0 comments on commit 7496f11

Please sign in to comment.