Преглед изворни кода

Merge pull request #17731 from PerfectMemory/upstart-start-on-filesystem

Update upstart init script to start on filesystem (not only on local ones).
Tianon Gravi пре 9 година
родитељ
комит
6417c53c5a
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 (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