1
0
Fork 0
docker-easy-haproxy/assets/etc/crontabs/root
Joao Gilberto Magalhaes b196905320 Directory restructuration
2019-07-17 00:14:58 -05:00

9 lines
508 B
Text

# do daily/weekly/monthly maintenance
# min hour day month weekday command
*/15 * * * * run-parts /etc/periodic/15min
0 * * * * run-parts /etc/periodic/hourly
0 2 * * * run-parts /etc/periodic/daily
0 3 * * 6 run-parts /etc/periodic/weekly
0 5 1 * * run-parts /etc/periodic/monthly
* * * * * /scripts/haproxy-reload.sh