slackbuilds/network/haproxy/logrotate.example

10 lines
183 B
Plaintext

/var/log/haproxy {
notifempty
weekly
missingok
rotate 4
postrotate
/bin/kill -HUP $(cat /run/syslogd.pid 2>/dev/null) 2>/dev/null || true
endscript
}