1
0
Fork 0

Add logs to cron

This commit is contained in:
Joao Magalhaes 2022-08-15 17:33:59 +00:00
parent 076a51d143
commit 73f9094fbb
4 changed files with 21 additions and 14 deletions

View file

@ -5,4 +5,5 @@
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
* * * * * /scripts/haproxy-reload.sh > /proc/$(cat /var/run/supervisord.pid)/fd/1 2>&1