cloudstack/systemvm/patches/debian/config/etc/logrotate.d/haproxy

11 lines
203 B
Plaintext

/var/log/haproxy.log {
daily
rotate 5
missingok
notifempty
size 10M
postrotate
/bin/kill -HUP `cat /var/run/rsyslog.pid 2> /dev/null` 2> /dev/null || true
endscript
}