On Mon, Apr 18, 2011 at 13:55:34 +0100, Daniel P. Berrange wrote:
On Mon, Apr 18, 2011 at 11:49:17AM +0200, Jiri Denemark wrote:
> From: Alan Pevec <apevec(a)redhat.com>
>
> To install it, disable libvirtd sysv initscript:
> chkconfig libvirtd off
> service libvirtd stop
>
> and enable libvirtd upstart job:
> cp /usr/share/doc/libvirt-*/libvirtd.upstart \
> /etc/init/libvirtd.conf
> initctl reload-configuration
> initctl start libvirtd
>
> Test:
> initctl status libvirtd
> libvirtd start/running, process 3929
> killall -9 libvirtd
> initctl status libvirtd
> libvirtd start/running, process 4047
>
...
> ---
> Notes:
> Version 2:
> - I took Allan's script and modified it a bit
Alan, sorry for the typo in your name. That must be an influence of my boss :-)
ACK.
Pushed, thanks.
Jirka