Merge pull request #17731 from PerfectMemory/upstart-start-on-filesystem

Update upstart init script to start on filesystem (not only on local ones).
Upstream-commit: 6417c53c5ac4a066a0743c595e53c599a21c1e7e
Component: engine
This commit is contained in:
Tianon Gravi
2015-11-05 13:51:07 -08:00

View File

@ -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