Przeglądaj źródła

Revert "systemd: add multi-user.target to After list"

This reverts commit a65c65d801f7c05f38efb0deb7917d598078afc1,
which caused the docker service to not be starting, or delayed
starting the service in certain conditions.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 4 lat temu
rodzic
commit
273eae8a11
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      contrib/init/systemd/docker.service

+ 1 - 1
contrib/init/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