Rotating detail files.
Alan DeKok
aland at deployingradius.com
Fri Jul 21 13:33:48 CEST 2017
On Jul 21, 2017, at 6:14 AM, Alex Sharaz <alex.sharaz at york.ac.uk> wrote:
>
> Logrotate configured as
>
> /var/spool/freeradius/detail-filebeat {
> rotate 1
> postrotate
> /bin/kill -HUP `cat /var/run/freeradius/freeradius.pid`
> endscript
> }
That will rotate the main radius.log file but nothing else.
You need to HUP the detail module specifically:
$ radmin -e "hup detail"
Alan DeKok.
More information about the Freeradius-Users
mailing list