summaryrefslogtreecommitdiffstats
path: root/network/haproxy/logrotate.example
blob: 7bc93f8e3395f32bfc67359db230a61cc55e415c (plain)
/var/log/haproxy {
    notifempty
    weekly
    missingok
    rotate 4
    postrotate
         /bin/kill -HUP `cat /var/run/syslogd.pid 2>/dev/null` 2>/dev/null || true
    endscript
}