mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update upstart init script to start on filesystem (not only on local ones).
Signed-off-by: Julien Pervillé <julien.perville@perfect-memory.com>
This commit is contained in:
parent
3c6962f22d
commit
6f83dd22a3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
description "Docker daemon"
|
||||
|
||||
start on (local-filesystems and net-device-up IFACE!=lo)
|
||||
start on (filesystem and net-device-up IFACE!=lo)
|
||||
stop on runlevel [!2345]
|
||||
limit nofile 524288 1048576
|
||||
limit nproc 524288 1048576
|
||||
|
|
Loading…
Reference in a new issue