Skip to content

Commit

Permalink
modify upstart configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryoichi Taniguchi committed Apr 25, 2016
1 parent 50fa9d1 commit 18934f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion upstart/master.upstart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description "mesos master"
# are started. This is as simple as possible to ensure compatibility with
# Ubuntu, Debian, CentOS, and RHEL distros. See:
# http://upstart.ubuntu.com/cookbook/#standard-idioms
start on stopped rc RUNLEVEL=[2345]
start on stopped rc RUNLEVEL=[2345] and net-device-up IFACE!=lo
respawn

exec /usr/bin/mesos-init-wrapper master
Expand Down
2 changes: 1 addition & 1 deletion upstart/slave.upstart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description "mesos slave"
# are started. This is as simple as possible to ensure compatibility with
# Ubuntu, Debian, CentOS, and RHEL distros. See:
# http://upstart.ubuntu.com/cookbook/#standard-idioms
start on stopped rc RUNLEVEL=[2345]
start on stopped rc RUNLEVEL=[2345] and net-device-up IFACE!=lo
respawn

exec /usr/bin/mesos-init-wrapper slave
Expand Down

0 comments on commit 18934f5

Please sign in to comment.