]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix initscript to check daemon pidfile
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 12 Nov 2009 19:31:48 +0000 (19:31 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 13 Nov 2009 10:37:11 +0000 (10:37 +0000)
commitce62916b6ed09f63ea336483cfe9e8d5ae87736e
tree55ee2f692a5970159a7be654fdf5e994beb13757
parent308b85330ad49e2f030fe74aae917b6abbfb5bc3
Fix initscript to check daemon pidfile

The libvirtd initscript could get confused between the system and
session instances of the daemon. To avoid this it is neccessary
to check the pidfile explicitly.

* daemon/libvirtd.init.in: Always check the pidfile of the system
  daemon to avoid confusion with the session daemons
daemon/libvirtd.init.in