Files
bpfire/config/haproxy/logrotate
2018-10-22 21:47:05 +02:00

9 lines
174 B
Plaintext

/var/log/haproxy {
missingok
notifempty
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
endscript
}