From 2b1bf33837a457779017660b6d2d7bc752be0b7b Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Sat, 19 Nov 2022 13:19:10 -0800 Subject: [PATCH] crontab config for rebuilt machines with qortal username --- rebuilt-machine-cron | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rebuilt-machine-cron diff --git a/rebuilt-machine-cron b/rebuilt-machine-cron new file mode 100644 index 0000000..59df241 --- /dev/null +++ b/rebuilt-machine-cron @@ -0,0 +1,2 @@ +@reboot sleep 399 && ./auto-fix-qortal.sh > "/home/qortal/qortal/auto-fix-startup.log" 2>&1 +1 1 */5 * * /home/qortal/auto-fix-qortal.sh > "/home/qortal/qortal/auto-fix-01.log" 2>&1