Ver Fonte

Update upstart init script to start on filesystem (not only on local ones).

Signed-off-by: Julien Pervillé <julien.perville@perfect-memory.com>
Julien Pervillé há 9 anos atrás
pai
commit
6f83dd22a3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      contrib/init/upstart/docker.conf

+ 1 - 1
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