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

Merge pull request #25592 from thaJeztah/carry-25344-fix-firewalld-startup-order

[carry 25344] deal with firewalld/docker startup issues
This commit is contained in:
Vincent Demeester 2016-08-11 09:46:44 +02:00 committed by GitHub
commit 39b379cc63
2 changed files with 2 additions and 2 deletions

View file

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

View file

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