On Thu, Aug 07, 2003 at 08:17:39AM -0700, Freeda Whales wrote: > Is there a signal I can send nessusd to make it reload > from disk? SIGHUP reloads the daemon still in memory > I want to reload from disk in case the daemon has > changed.
SIGHUP actually restarts the daemon from the disk (ie: the process dies
and a new one starts)
-- Renaud
