[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Updating .conf without killing ircd



On Fri, Mar 12, 2004 at 04:46:29PM -0000, Oliver Marshall wrote:
> 
> I seem to remember on a previous machine there being a script that would
> update the currently running .ircd process with the new .conf file
> without having to kill the process and reload it (thereby booting off
> the users).

You do it by sending it the HUP signal.

kill -HUP pid


Kurt