framework/config/crontab
Luna 02e670e14d
(Hopefully) fix reboot issue
For more accurate debugging, I'd need to reproduce the issue on one of my servers.
2021-07-16 12:06:48 -03:00

6 lines
279 B
Plaintext

# Start the Minecraft server after an OS reboot
@reboot sleep 30 && /usr/bin/su server -c '~/framework/script/init.sh'
# Reset and reboot the server every 24 hours (0 0 * * * / at 00:00)
0 0 * * * /usr/bin/su server -c '~/framework/script/reset.sh' && /usr/sbin/reboot --reboot