From: Jiri Denemark Date: Wed, 22 Sep 2010 13:46:04 +0000 (+0200) Subject: libvirt-guests: start late and stop early X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c5acd3769fcecb0a1331e6437947ea9a677c9e2a;p=libvirt.git libvirt-guests: start late and stop early libvirt-guests init script should be started as late as possible during host startup and stopped as early as possible during host shutdown to make sure required services are already/still up and running at the time libvirt-guests runs. --- diff --git a/tools/libvirt-guests.init.in b/tools/libvirt-guests.init.in index 993c12d093..4e0682d996 100644 --- a/tools/libvirt-guests.init.in +++ b/tools/libvirt-guests.init.in @@ -17,7 +17,7 @@ # # libvirt-guests: suspend/resume libvirt guests on shutdown/boot # -# chkconfig: 345 98 02 +# chkconfig: 345 99 01 # description: This is a script for suspending active libvirt guests \ # on shutdown and resuming them on next boot \ # See http://libvirt.org