Merge pull request #30210 from thaJeztah/carry-29727

[carry 29727] update unit-file; wait for network to be online
This commit is contained in:
Alexander Morozov 2017-02-03 17:17:08 -08:00 committed by GitHub
commit ea4d124395
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,8 @@
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network.target docker.socket firewalld.service
After=network-online.target docker.socket firewalld.service
Wants=network-online.target
Requires=docker.socket
[Service]

View file

@ -1,7 +1,8 @@
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network.target firewalld.service
After=network-online.target firewalld.service
Wants=network-online.target
[Service]
Type=notify