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

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