LinuxGSM icon indicating copy to clipboard operation
LinuxGSM copied to clipboard

[Feature]: Auto Restart the Server

Open pushpender-singh-ap opened this issue 1 year ago • 1 comments

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.

pushpender-singh-ap avatar Sep 13 '24 17:09 pushpender-singh-ap

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

rAmfu avatar Sep 28 '24 11:09 rAmfu