top of page

Crontab Scripts
@reboot screen -dmS valheim /home/drew/scripts/valserverboot.sh
@reboot screen -dmS minecraft /home/drew/scripts/mcserverboot2.sh
0 0 1 * * bash /home/drew/backups/backup.sh
-----------------------------------------------------------------------------------------------
These scripts backup files, as well as start servers on reboot. (Saves time when rebooting the server, don't have to manually reboot all game servers.)
bottom of page