Skip to content

Commit

Permalink
Revert "systemd: add multi-user.target to After list"
Browse files Browse the repository at this point in the history
This reverts commit 36bb015,
which caused the docker service to not be starting, or delayed
starting the service in certain conditions.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Dec 10, 2020
1 parent 735928f commit 3eb2030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/docker.service
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3eb2030

Please sign in to comment.