Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mjvdende committed Jan 29, 2015
1 parent 88e0e73 commit 707d563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Vagrant.configure("2") do |config|
config.vm.provision :shell, :privileged => true, :inline => <<-SCRIPT
mkdir -p /var/log/marathon
kill -KILL `ps augwx | grep marathon | tr -s " " | cut -d' ' -f2`
nohup /opt/marathon/bin/start --master zk://localhost:2181/mesos --zk_hosts localhost:2181 > /var/log/marathon/nohup.log 2> /var/log/marathon/nohup.log < /dev/null &
nohup /opt/marathon/bin/start --master zk://localhost:2181/mesos --zk_hosts localhost:2181 --task_launch_timeout 600000 > /var/log/marathon/nohup.log 2> /var/log/marathon/nohup.log < /dev/null &
# Install and run Chronos based on:
# https://mesosphere.io/learn/run-chronos-on-mesos/
Expand Down

0 comments on commit 707d563

Please sign in to comment.