mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00: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:
@@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Docker Application Container Engine
|
||||
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
|
||||
Requires=docker.socket
|
||||
|
||||
|
||||
Reference in New Issue
Block a user