소스 검색

Merge pull request #5840 from unclejack/upstart_mounted

Update contrib/init/upstart to "start on local-filesystems"
Tianon Gravi 11 년 전
부모
커밋
6dd4fa0b74
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