Jean-Philippe Pialasse
4e744a3212
- ldif-fix filter string accepting only ascii [SME: 12720] - fix logrotate does not fill new log [SME: 12673] - fix prestart script logs to messages [SME: 12693]
12 lines
262 B
Plaintext
12 lines
262 B
Plaintext
/var/log/ldap/*.log {
|
|
daily
|
|
missingok
|
|
notifempty
|
|
delaycompress
|
|
sharedscripts
|
|
postrotate
|
|
# OpenLDAP logs via syslog, restart syslog if running
|
|
/usr/bin/systemctl -s HUP kill rsyslog.service 2> /dev/null || true
|
|
endscript
|
|
}
|