mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
9 lines
349 B
Plaintext
9 lines
349 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 6 * * Mon root /labca/backup cron &>>/logs/cron.log
|
|
1 7 * * * root /labca/mailer &>>/logs/cron.log
|
|
5 7 * * * root /labca/checkrenew &>>/logs/cron.log
|
|
*/5 * * * * root /labca/checkcrl &>>/logs/cron.log
|