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.
This commit is contained in:
parent
acaebb080b
commit
ab9ef4afe1
3
auto-fix-cron
Normal file
3
auto-fix-cron
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user