Skip to content
Snippets Groups Projects
Unverified Commit 1307b2fe authored by Max Gautier's avatar Max Gautier Committed by GitHub
Browse files

containerd: add After=dbus.service (#11781)

This is needed for shutdown ordering: while at startup, it's not a
problem that containerd start before dbus (the dbus socket already
exists) it needs to shutdown before dbus to do its cleanup (asking
systemd via dbus to cleanup cgroups).
parent 782c0b35
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment