haproxy/haproxy.logrotate
DistroBaker 51e277a410 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/haproxy.git#8559f921b0e767a7b88c48405b33a7ae053cf3cc
2020-10-30 15:05:08 +01:00

13 lines
307 B
Plaintext

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