migrate to coreos

This commit is contained in:
Matthew Tran
2025-04-19 02:24:10 -07:00
parent 12039fb862
commit 8bd3def755
42 changed files with 752 additions and 579 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ cleanup() {
./rcon-cli --password password stop
}
trap 'cleanup' TERM
trap 'cleanup' SIGTERM SIGINT
java -Xmx1024M -Xms1024M -jar server.jar nogui &
wait $! # wait for SIGTERM