aboutsummaryrefslogtreecommitdiff
path: root/network/haproxy/logrotate.example
blob: 2fd2924d9a729fbc4fee8f200fb00d01246c7b28 (plain)
1
2
3
4
5
6
7
8
9
/var/log/haproxy {
    notifempty
    weekly
    missingok
    rotate 4
    postrotate
         /etc/rc.d/rc.haproxy restart
    endscript
}