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

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)
This commit is contained in:
unclejack 2014-05-16 15:04:19 +03:00
parent 08a7bcf5db
commit ba0c829291

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