1
0
Fork 0

Preparing for reloading haproxy

This commit is contained in:
Joao Gilberto Magalhaes 2019-07-15 23:22:51 -05:00
parent 417db0de77
commit eb10288717
7 changed files with 103 additions and 6 deletions

9
assets/crontab Normal file
View file

@ -0,0 +1,9 @@
# 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
* * * * * /haproxy-reload.sh