SIGHUP

Alan DeKok aland at deployingradius.com
Wed Jul 30 14:42:15 CEST 2008


Raffael Himmelreich wrote:
> I'm trying to change the detailfile location on the fly. But when I
> edit the value in the config file and send the process a
> HUP signal this is what I get:

  The configuration files are NOT reloaded on SIGHUP.

> What I try to archive is dynamic relaying. I want to enable and disable
> relaying
> while the server is running. I'm open to other solutions too. :)

  Use policies in "unlang".

  if (foo) {
	detail
  }

  And set/unset foo dynamically.  i.e. from a database, etc.

  Alan DeKok.



More information about the Freeradius-Users mailing list