mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 18:19:33 +00:00
8 lines
298 B
Plaintext
8 lines
298 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
|