mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add multi-user.target to After=
Add multi-user.target to the After= list in docker.service so that multi-user.target does not wait for docker.service (and consequently wait for network-online.target). Signed-off-by: Isaiah Grace <irgkenya4@gmail.com>
This commit is contained in:
parent
6d9c4d60c5
commit
0ca7456e52
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
|
After=network-online.target docker.socket firewalld.service multi-user.target
|
||||||
Wants=network-online.target
|
Wants=network-online.target
|
||||||
Requires=docker.socket
|
Requires=docker.socket
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue