The "Default-Stop" field in LSB comment in libvirt-guests is missing and should
be added. I also suggests to add runlevel 2 to the "Default-Start" field.
--
Laurent Léonard
# Provides: libvirt-guests
# Required-Start: libvirtd
# Required-Stop: libvirtd
-# Default-Start: 3 4 5
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
# Short-Description: suspend/resume libvirt guests on shutdown/boot
# Description: This is a script for suspending active libvirt guests
# on shutdown and resuming them on next boot