瀏覽代碼

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)
unclejack 11 年之前
父節點
當前提交
ba0c829291
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contrib/init/upstart/docker.conf

+ 1 - 1
contrib/init/upstart/docker.conf

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