Merge pull request #41297 from IsaiahGrace/master
docker.service: Add multi-user.target to After= in unit file
This commit is contained in:
commit
e6c4597ec6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue