blob: 464209791a36ad4f2a0d93e1f6b5d31dd9bcc94c [file] [log] [blame]
/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
}