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

Merge pull request #6029 from jeffreybolle/master

Update upstart script to ensure networking is up before starting docker
This commit is contained in:
Tianon Gravi 2014-05-27 11:23:54 -06:00
commit b2cf28306d

View file

@ -1,6 +1,6 @@
description "Docker daemon"
start on local-filesystems
start on (local-filesystems and net-device-up IFACE!=lo)
stop on runlevel [!2345]
limit nofile 524288 1048576
limit nproc 524288 1048576