Logoj0ke.net Open Build Service > Projects > internetx:projects:http > haproxy > haproxy.logrotate
Sign Up | Log In

File haproxy.logrotate of Package haproxy (Revision d9f68005ff3a7530e5b1de85560ba613)

Currently displaying revision d9f68005ff3a7530e5b1de85560ba613, show latest

x
 
1
/var/log/haproxy.log {
2
    daily
3
    rotate 10
4
    missingok
5
    notifempty
6
    compress
7
    sharedscripts
8
    postrotate
9
        /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
10
        /bin/kill -HUP `cat /var/run/rsyslogd.pid 2> /dev/null` 2> /dev/null || true
11
    endscript
12
}
13