diff --git a/contrib/init/systemd/docker.service b/contrib/init/systemd/docker.service index 1be9bbabb8..a120c29574 100644 --- a/contrib/init/systemd/docker.service +++ b/contrib/init/systemd/docker.service @@ -2,7 +2,7 @@ Description=Docker Application Container Engine Documentation=https://docs.docker.com BindsTo=containerd.service -After=network-online.target firewalld.service containerd.service +After=network-online.target firewalld.service containerd.service multi-user.target Wants=network-online.target Requires=docker.socket