]> git.ipfire.org Git - ipfire-2.x.git/blob - config/freeradius/logrotate
core140: ship glibc built with new gcc
[ipfire-2.x.git] / config / freeradius / logrotate
1 /var/log/radius/*.log /var/log/radius/radacct/*/* {
2 weekly
3 rotate 4
4 copytruncate
5 compress
6 notifempty
7 missingok
8 postrotate
9 /etc/init.d/freeradius reload &>/dev/null || true
10 endscript
11 }