
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. **


############  Runs one time on Reboot ################

@reboot root /home/yourusername/.conky/Astro_Nerd_Conky/scripts/sun.sh >> /home/yourusername/.conky/Astro_Nerd_Conky/Cron_Reports/sun_reboot_cron 2>&1

@reboot root /home/yourusername/.conky/Astro_Nerd_Conky/scripts/images.sh >> /home/yourusername/.conky/Astro_Nerd_Conky/Cron_Reports/images_reboot_cron 2>&1



########### Regular Cron ###########################

~~~~~~~~~~~ Sets sun script to run every 2 hours   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 */2 * * * bash /home/yourusername/.conky/Astro_Nerd_Conky/scripts/sun.sh >> /home/yourusername/.conky/Astro_Nerd_Conky/Cron_Reports/sun_cron 2>&1



~~~~~~~~~~~ Sets image script to run every 12 min which creates a "slide show"   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

*/12 * * * * bash /home/yourusername/.conky/Astro_Nerd_Conky/scripts/images.sh >> /home/yourusername/.conky/Astro_Nerd_Conky/Cron_Reports/images_cron 2>&1



~~~~~~~~~~~ Sets asteroid_moon script to run once a day and/or 15 min after a reboot ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@daily bash /home/yourusername/.conky/Astro_Nerd_Conky/scripts/asteroid_moon.sh >> /home/yourusername/.conky/Astro_Nerd_Conky/Cron_Reports/asteroid_cron 2>&1
