diff --git a/contrib/init/systemd/docker.service b/contrib/init/systemd/docker.service index 13b2a04750..4322dce30e 100644 --- a/contrib/init/systemd/docker.service +++ b/contrib/init/systemd/docker.service @@ -1,8 +1,9 @@ [Unit] Description=Docker Application Container Engine Documentation=https://docs.docker.com -After=network-online.target firewalld.service containerd.service -Wants=network-online.target containerd.service +BindsTo=containerd.service +After=network-online.target firewalld.service +Wants=network-online.target [Service] # Install containerd-shim-process if it's not already installed