From 4994e160e155f7afe4c95648e76edc707d0f48d4 Mon Sep 17 00:00:00 2001 From: kaboom <58372747+kaboombot@users.noreply.github.com> Date: Sat, 10 Jul 2021 18:32:28 +0300 Subject: [PATCH] Add comments to crontab file --- config/crontab | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/crontab b/config/crontab index 1add7f2..14ba109 100644 --- a/config/crontab +++ b/config/crontab @@ -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