File haproxy.logrotate of Package haproxy (Revision 13b1e3c1540256190b60f6e05bc9f9c1)
Currently displaying revision 13b1e3c1540256190b60f6e05bc9f9c1, 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