Merge pull request #5840 from unclejack/upstart_mounted

Update contrib/init/upstart to "start on local-filesystems"
This commit is contained in:
Tianon Gravi 2014-05-16 10:16:34 -06:00
commit 6dd4fa0b74

View file

@ -1,6 +1,6 @@
description "Docker daemon"
start on filesystem
start on local-filesystems
stop on runlevel [!2345]
limit nofile 524288 1048576
limit nproc 524288 1048576