29 Aug
2012
29 Aug
'12
10:41 a.m.
On 29 Aug 2012, at 15:10, Antonio Modesto <modesto@isimples.com.br> wrote:
Hi,
Today I'm rotating my log files with a script that runs every night, the problem is that it must stop the radiusd process, rename the file, create a new one then start radiusd again. Is there a way to do that transparently? Via syslog or something else?
Yes, FreeRADIUS can log via syslog. Or if you enable the control server you can do radmin -e 'hup' in your logrotate script or just a straight kill -HUP `cat pid`. -Arran