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

10 lines
194 B
Plaintext

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