From ab9ef4afe1637f01cfeb163fa1ff8bce85d9e1fc Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Mon, 14 Nov 2022 16:13:47 -0800 Subject: [PATCH] cron settings for machines to use auto-fix script This will set the auto-fix-qortal script to run @reboot as well as every 5 days. --- auto-fix-cron | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 auto-fix-cron diff --git a/auto-fix-cron b/auto-fix-cron new file mode 100644 index 0000000..93142fc --- /dev/null +++ b/auto-fix-cron @@ -0,0 +1,3 @@ +@reboot ./start-qortal-at-boot.sh +@reboot sleep 399 && ./auto-fix-qortal.sh > "/home/pi/qortal/auto-fix-startup.log" 2>&1 +1 1 */5 * * /home/pi/auto-fix-qortal.sh > "/home/pi/qortal/auto-fix-01.log" 2>&1