mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
freeradius: Add a logrotate configuration file
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
4f66bad488
commit
84d5f2faf9
11
config/freeradius/logrotate
Normal file
11
config/freeradius/logrotate
Normal file
@@ -0,0 +1,11 @@
|
||||
/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
|
||||
}
|
||||
Reference in New Issue
Block a user