mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Revert "Add multi-user.target to After="
This reverts commit 0ca7456e52
,
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
f1b882a603
commit
5458b0e435
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Docker Application Container Engine
|
Description=Docker Application Container Engine
|
||||||
Documentation=https://docs.docker.com
|
Documentation=https://docs.docker.com
|
||||||
After=network-online.target docker.socket firewalld.service multi-user.target
|
After=network-online.target docker.socket firewalld.service
|
||||||
Wants=network-online.target
|
Wants=network-online.target
|
||||||
Requires=docker.socket
|
Requires=docker.socket
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue