Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions toil/src/cgcloud/toil/toil_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def _setup_docker( self ):
@@ -1,6 +1,6 @@
description "Docker daemon"

-start on (local-filesystems and net-device-up IFACE!=lo)
+start on (local-filesystems and net-device-up IFACE!=lo and started mesosbox)
-start on (filesystem and net-device-up IFACE!=lo)
+start on (filesystem and net-device-up IFACE!=lo and started mesosbox)
stop on runlevel [!2345]
limit nofile 524288 1048576
limit nproc 524288 1048576""" ) )
Expand Down