Summary: If you send signal 15 to the 7daystodie linux dedicated server, nothing happens.
Game Version: 20.6 / all?
Platform: Steam
OS/Version: Linux
Game mode: MP host
Status: NEW
Bug Description:
I am looking for a way to shutdown the server. It is somewhat a convention to honor certain signals under *Nix systems;
Could we catch eg. Signal 0/HUP to reload the config, Signal 15/Term to shutdown the Server?
Searching for solutions or existing bugreports people seem to suggest to login to the console and issue a shutdown command,
but how is an OS, in case of reboot or shutdown, supposed to shutdown the server?
Thanks!
Detailed steps to reproduce the bug:
1) kill -15 $pid-of-server
Actual result: (description of what is occurring)
Nothing
Expected result: (what you expect to occur)
Server terminating gracefully.