1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #488 from IsaiahGrace/master

systemd: add multi-user.target to After list
This commit is contained in:
Sebastiaan van Stijn 2020-07-30 22:20:50 +02:00 committed by GitHub
commit 6a541e37c7

View file

@ -2,7 +2,7 @@
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
After=network-online.target firewalld.service containerd.service multi-user.target
Wants=network-online.target
Requires=docker.socket