mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 18:19:33 +00:00
For now, the images are still built on the target machine for testing, in the end they need to be built in a GitHub action.
9 lines
381 B
Plaintext
9 lines
381 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 /opt/labca/backup cron &>>/opt/logs/cron.log
|
|
1 7 * * * root /opt/labca/mailer &>>/opt/logs/cron.log
|
|
5 7 * * * root /opt/labca/checkrenew &>>/opt/logs/cron.log
|
|
*/5 * * * * root /opt/labca/checkcrl &>>/opt/logs/cron.log
|