initial commit of file from CVS for e-smith-ldap on Wed 12 Jul 08:58:23 BST 2023
This commit is contained in:
11
root/etc/logrotate.d/ldap
Normal file
11
root/etc/logrotate.d/ldap
Normal file
@@ -0,0 +1,11 @@
|
||||
/var/log/ldap/*.log {
|
||||
daily
|
||||
missingok
|
||||
notifempty
|
||||
delaycompress
|
||||
sharedscripts
|
||||
postrotate
|
||||
# OpenLDAP logs via syslog, restart syslog if running
|
||||
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
|
||||
endscript
|
||||
}
|
Reference in New Issue
Block a user