mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add docker.socket requirement for docker.service
Without this the docker.socket would not start by default when starting the docker.service leading to failures to start. Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
This commit is contained in:
parent
a9a8ec7c09
commit
a937bc3825
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ Documentation=https://docs.docker.com
|
|||
BindsTo=containerd.service
|
||||
After=network-online.target firewalld.service
|
||||
Wants=network-online.target
|
||||
Requires=docker.socket
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
|
Loading…
Reference in a new issue