]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/haproxy/logrotate
Rootfile update
[people/pmueller/ipfire-2.x.git] / config / haproxy / logrotate
CommitLineData
c5494ad0
MT
1/var/log/haproxy {
2 missingok
3 notifempty
4 sharedscripts
5 postrotate
6 /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
7 endscript
8}