# runs every minute in order to install the latest synth node svc pkg that was
# downloaded from the AIP
# minute, hour, day of month (1-31), month (1-12), day of week (0-7), command
* * * * * __CPUSER__ /opt/catchpoint/bin/sns_cronjob.sh >> /var/log/catchpoint/sns_cronjob_$(date +'\%d').log 2>&1
*/5 * * * * __CPUSER__ /opt/catchpoint/bin/sns_defib.sh >> /var/log/catchpoint/sns_defib_$(date +'\%d').log 2>&1
*/5 * * * * __CPUSER__ /opt/catchpoint/bin/ctm_cronjob.sh >> /var/log/catchpoint/ctm_cronjob_$(date +'\%d').log 2>&1

