mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-29 18:58:15 +08:00
no need of helper
This commit is contained in:
parent
e2cbc921da
commit
4db7e4b669
@ -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"
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user