Merge pull request #10798 from benjaminp/patch-1

Add After=dbus.service to containerd.service
This commit is contained in:
Derek McGowan 2024-10-17 18:23:17 +00:00 committed by GitHub
commit ce265ff955
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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