Skip to content

Commit

Permalink
Merge pull request containerd#10860 from austinvazquez/cherry-pick-18…
Browse files Browse the repository at this point in the history
…e4ea9a6c5378a175e5090ca4052d0b2ff742df-to-1.6

[release/1.6 backport] Add After=dbus.service to containerd.service
  • Loading branch information
estesp authored Oct 21, 2024
2 parents 8a30dc0 + e6d8e5e commit 2903cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containerd.service
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[Unit]
Description=containerd container runtime
Documentation=https://containerd.io
After=network.target local-fs.target
After=network.target local-fs.target dbus.service

[Service]
ExecStartPre=-/sbin/modprobe overlay
Expand Down

0 comments on commit 2903cc5

Please sign in to comment.