Browse Source

Merge pull request #5840 from unclejack/upstart_mounted

Update contrib/init/upstart to "start on local-filesystems"
Tianon Gravi 11 years ago
parent
commit
6dd4fa0b74
1 changed files with 1 additions and 1 deletions
  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