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:
Sebastiaan van Stijn 2020-12-10 14:52:38 +01:00
parent e60fba7b4e
commit 273eae8a11

View file

@ -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