Add comments to crontab file

This commit is contained in:
kaboom 2021-07-10 18:32:28 +03:00
parent 8ece9fd10c
commit 4994e160e1
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# Start the Minecraft server after an OS reboot
@reboot su server -c '~/framework/script/init.sh'
# Reset and reboot the server every 24 hours (0 0 * * * / at 00:00)
0 0 * * * su server -c '~/framework/script/reset.sh' && reboot