slackbuilds_ponce/network/haproxy/logrotate.example
Badchay 60f050d94b
network/haproxy: Updated for version 2.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-06-04 10:37:22 +07:00

9 lines
186 B
Text

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