New build path variable
[freeradius.git] / scripts / logrotate.freeradius
1 #
2 #  Sample configuration file for the log rotation scripts.
3 #
4 #  It needs to be edited for your local configuration.
5 #
6 /var/log/radius/radius.log {
7         weekly
8         missingok
9         rotate 14
10         compress
11         notifempty
12 }