Skip to content

Commit

Permalink
Merge pull request #3201 from AkihiroSuda/rootless-dbus-socket
Browse files Browse the repository at this point in the history
rootless: add `Requires=dbus.socket`
  • Loading branch information
AkihiroSuda authored Jul 9, 2024
2 parents cce9912 + 81aac85 commit cc3c14c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extras/rootless/containerd-rootless-setuptool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ cmd_entrypoint_install() {
cat <<-EOT | install_systemd_unit "${SYSTEMD_CONTAINERD_UNIT}"
[Unit]
Description=containerd (Rootless)
Requires=dbus.socket
[Service]
Environment=PATH=$BIN:/sbin:/usr/sbin:$PATH
Expand Down

0 comments on commit cc3c14c

Please sign in to comment.