Murali Krishna G wrote:

Hi,

   I am starting with freeRADIUS!

Can anyone help me how to send SIGHUP to server demon ( radiusd ) to let it know about changes to configuration files?

SIGHUP is signal -1 for kill so find the process id (pid) of the radiusd process and sending the -1 signal ie.


kill -1 <pid>

Vladimir

- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to