no need of helper

This commit is contained in:
Dexuan Ren 2024-01-08 21:00:55 -05:00
parent e2cbc921da
commit 4db7e4b669
2 changed files with 0 additions and 19 deletions

View File

@ -1,18 +0,0 @@
#!/bin/bash
# Signal handler function
handle_signal() {
echo "Signal received, executing c_shutdown()"
c_shutdown
}
# Trap TERM and INT signals and call handle_signal when they are received
trap handle_signal TERM INT
# Start your server process here (run in the background if necessary)
./dontstarve_dedicated_server_nullrenderer_x64 -bind_ip 0.0.0.0 -port 11000 -persistent_storage_root /home/container/DoNotStarveTogether -conf_dir config -cluster server -players {{MAX_PLAYERS}} -shard Caves &
# Wait for server process to exit
wait $!
echo "Server process exited, script ending"

View File

@ -18,7 +18,6 @@ autorestart=false
redirect_stderr=true
stdout_logfile=/home/container/DoNotStarveTogether/config/server/Caves/server_log.txt
directory=/home/container/bin64
depends_on=master
stopsignal=TERM
stopwaitsecs=60