Files
labca/cron_d

9 lines
403 B
Plaintext

# /etc/cron.d/labca: crontab entries for the LabCA application
SHELL=/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
5 7 * * * root /opt/labca/checkrenew &>>/opt/logs/cron.log
7 7 * * Sun root /opt/boulder/labca/certs/generate.sh &>>/opt/logs/cron.log
11 7 * * Mon root /opt/labca/backup cron &>>/opt/logs/cron.log
*/5 * * * * root /opt/labca/checkcrl &>>/opt/logs/cron.log