Files
labca/cron_d
2023-07-12 20:20:38 +02:00

9 lines
382 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
1 7 * * * root /opt/labca/mailer &>>/opt/logs/cron.log
5 7 * * * root /opt/labca/checkrenew &>>/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