mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
/var/log/radius/*.log /var/log/radius/radacct/*/* {
|
|
weekly
|
|
rotate 4
|
|
copytruncate
|
|
compress
|
|
notifempty
|
|
missingok
|
|
postrotate
|
|
/etc/init.d/freeradius reload &>/dev/null || true
|
|
endscript
|
|
}
|