
CRON JOB COMMANDS

Seems there are issues pasting this code from the pdf. Each command should be on 1 line in the crontab editor.

REPLACE yourusername below with your actual user name.

~~~~~~On Reboot~~~~~~~~~

@reboot /home/yourusername/.conky/SolarSpy_HUD_P_Conky/scripts/solar.sh >> /home/yourusername/.conky/SolarSpy_HUD_P_Conky/solar_reboot_errors 2>&1

@reboot /home/yourusername/.conky/SolarSpy_HUD_P_Conky/scripts/images.sh >> /home/yourusername/.conky/SolarSpy_HUD_P_Conky/images_reboot_errors 2>&1


~~~~~Regular Cron ~~~~~~~~~~

0 */2 * * * bash /home/yourusername/.conky/SolarSpy_HUD_P_Conky/scripts/solar.sh >> /home/yourusername/.conky/SolarSpy_HUD_P_Conky/solar_errors 2>&1

*/12 * * * * bash /home/yourusername/.conky/SolarSpy_HUD_P_Conky/scripts/images.sh >> /home/yourusername/.conky/SolarSpy_HUD_P_Conky/images_errors 2>&1
