Mark McLoughlin wrote: [Thu Aug 06 2009, 08:25:06AM EDT]
On Fri, 2009-07-31 at 17:57 -0400, Amy Griffis wrote:
> + <p>Libvirtd does not reload its logging configuration when issued a
SIGHUP.
> + If you want to reload the configuration, you must do a <code>service
> + libvirtd reload</code> or manually stop and restart the daemon
> + yourself.</p>
I guess that should be "service libvirtd restart" ?
(i.e. all reload does is issue a SIGHUP)
Oh, I forgot I was looking at debian. :-) Their start script for
libvirtd actually does a restart under the reload. Generalizing
on "restart" for the docs would certainly cover all cases...
Amy