From 266b690d59cec691d30e99b8b5ad351148b35be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Pervill=C3=A9?= Date: Thu, 5 Nov 2015 20:35:45 +0100 Subject: [PATCH] Update upstart init script to start on filesystem (not only on local ones). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julien Pervillé Upstream-commit: 6f83dd22a36b57fdc75bd2b6cbce7572b0695f99 Component: engine --- components/engine/contrib/init/upstart/docker.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/contrib/init/upstart/docker.conf b/components/engine/contrib/init/upstart/docker.conf index ec50b35a87..b40340847e 100644 --- a/components/engine/contrib/init/upstart/docker.conf +++ b/components/engine/contrib/init/upstart/docker.conf @@ -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