14 lines
281 B
Plaintext
14 lines
281 B
Plaintext
|
/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
|
||
|
}
|
||
|
|