소스 검색

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"
 description "Docker daemon"
 
 
-start on filesystem
+start on local-filesystems
 stop on runlevel [!2345]
 stop on runlevel [!2345]
 limit nofile 524288 1048576
 limit nofile 524288 1048576
 limit nproc 524288 1048576
 limit nproc 524288 1048576