1. Hi,

    I'm running a rust server with LGSM on Debian 8, and I'd like to "merge" the start_exemple.sh with the LGSM script, so if the server crashes it restart automatically or if the "quit" command is used the rester restart automatically, but I have no clue how to do so, does anyone knows how to ?

    Thank you.
     
  2. bumpump.
     
  3. I personally used crontab (using the monitor command) to handle crashes on Linux, but there got to be a better way... as my timer was set to 10 mins. so if you crash on min 1, your server will be down for 9-10 mins... + the load time
     
  4. Thank you, I just set a crontab to run every minute, I think it will do the job.

    EDIT : Edited it to 5 minutes to avoid bootloops
     
    Last edited by a moderator: Dec 1, 2016
  5. Yes I was about to say, don't do that... even 5 mins might be short once you hit 200k entities... so just look out for it