Hi, 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. The attached patch fixes that issue. -- Laurent Léonard
--- a/tools/libvirt-guests.init.in +++ b/tools/libvirt-guests.init.in @@ -6,7 +6,8 @@ # 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
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list