QORTector-scripts/auto-fix-cron
crowetic ab9ef4afe1
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.
2022-11-14 16:13:47 -08:00

4 lines
203 B
Plaintext

@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