diff --git a/server-vm.sh b/server-vm.sh index 412df83..f6d8b23 100644 --- a/server-vm.sh +++ b/server-vm.sh @@ -5,9 +5,9 @@ main() { _dolphin _stt _mayhem_party - while read; do - pkill -SIGUSR1 -f mayhem-party - done + #while read; do + # pkill -SIGUSR1 -f mayhem-party + #done } cleanup() { @@ -54,13 +54,13 @@ _mayhem_party() { test -f "$GOPATH/bin/mayhem-party" || log "did not install" fi log launching mayhem-party - ( + #( source ../../config.d/mayhem-party.d/env.env while true; do "$HOME"/Go/bin/mayhem-party sleep 5 done - ) & + #) & #) &> /tmp/mayhem-party.mayhem-party.log & }