Revert "systemd: add multi-user.target to After list"
This reverts commit a65c65d801
,
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>
This commit is contained in:
parent
e60fba7b4e
commit
273eae8a11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue