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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user