LinuxGSM
LinuxGSM copied to clipboard
[Feature]: Auto Restart the Server
User story
If i wanna schedule restart in my rust server there is not command for that.
Game
Rust
Linux distro
Ubuntu 20.04
Command
command: restart
Further information
If I wanna schedule restart in my rust server there it's automatically perform ./rustserver stop command after that perform ./rustserver start command.
Use crontab for that. Crontab generator: https://crontab.guru/ https://docs.linuxgsm.com/commands/start-stop-restart My exaple: */5 * * * * /home/palserw/pwserver monitor > /dev/null 2>&1 0 * * * * /home/palserw/pwserver check-update > /dev/null 2>&1