contrib/init/upstart: start on local-filesystems

This changes the upstart init script to start on `local-filesystems`.

Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
Upstream-commit: ba0c8292917560b45f840f187c2a8f452550705d
Component: engine
This commit is contained in:
unclejack
2014-05-16 15:04:19 +03:00
parent e41b5598f3
commit cdfe67b94e

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