mirror of
https://github.com/kaboomserver/framework.git
synced 2025-03-14 01:19:47 -04:00
Add comments to crontab file
This commit is contained in:
parent
8ece9fd10c
commit
4994e160e1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue