initial commit of file from CVS for e-smith-radiusd on Wed 12 Jul 09:08:31 BST 2023
This commit is contained in:
13
root/etc/logrotate.d/radiusd-sme
Normal file
13
root/etc/logrotate.d/radiusd-sme
Normal file
@@ -0,0 +1,13 @@
|
||||
/var/log/radius/daemon.log {
|
||||
monthly
|
||||
rotate 4
|
||||
create
|
||||
missingok
|
||||
compress
|
||||
delaycompress
|
||||
sharedscripts
|
||||
postrotate
|
||||
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
|
||||
endscript
|
||||
}
|
||||
|
Reference in New Issue
Block a user