blob: 6ec1b6933ce476e89dbb97011c377eb276570dc2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# /etc/crontab - root's crontab for FreeBSD
#
#
SHELL=/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
#
#minute hour mday month wday who command
# Update agate TLS certs if letsencrypt cert has changed
*/5 * * * * root /usr/local/bin/update-agate-certs >> /var/log/update-agate-certs.log 2>&1
|