Skip to content

Commit

Permalink
Merge branch 'rpb-245-play' of https://github.com/hbz/rpb into main
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Feb 7, 2025
2 parents 6f22eb5 + f193807 commit a9571ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monit_restart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ case $ACTION in
kill $(cat target/universal/stage/RUNNING_PID)
rm target/universal/stage/RUNNING_PID
fi
JAVA_OPTS="$JAVA_OPTS -XX:+HeapDumpOnOutOfMemoryError" $HOME/activator-dist-1.3.5/activator "start $PORT"
JAVA_OPTS="$JAVA_OPTS -XX:+HeapDumpOnOutOfMemoryError" sbt "start $PORT"
;;
stop)
kill $(cat target/universal/stage/RUNNING_PID)
Expand Down

0 comments on commit a9571ac

Please sign in to comment.