From 3eb20305c00b8110a26be8e13b25d39deaddcf45 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 10 Dec 2020 14:52:38 +0100 Subject: [PATCH] Revert "systemd: add multi-user.target to After list" This reverts commit 36bb01538e1db523abf92232737cdc06903266b1, which caused the docker service to not be starting, or delayed starting the service in certain conditions. Signed-off-by: Sebastiaan van Stijn --- systemd/docker.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/docker.service b/systemd/docker.service index 0a6a3064a4..942008045d 100644 --- a/systemd/docker.service +++ b/systemd/docker.service @@ -1,7 +1,7 @@ [Unit] Description=Docker Application Container Engine Documentation=https://docs.docker.com -After=network-online.target firewalld.service containerd.service multi-user.target +After=network-online.target firewalld.service containerd.service Wants=network-online.target Requires=docker.socket containerd.service