]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/freeradius/logrotate
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / config / freeradius / logrotate
CommitLineData
84d5f2fa
MT
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}