aboutsummaryrefslogtreecommitdiff
path: root/network/haproxy/logrotate.example
blob: fcfa3a256d43a7d6b964e5c42c8daa3e0245305c (plain)
1
2
3
4
5
6
7
8
9
/var/log/haproxy {
    notifempty
    weekly
    missingok
    rotate 4
    postrotate
         /bin/kill -HUP $(cat /run/syslogd.pid 2>/dev/null) 2>/dev/null || true
    endscript
}