]> git.ipfire.org Git - ipfire-2.x.git/blame - config/haproxy/logrotate
apache: Update to 2.4.39
[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}