]> xenbits.xensource.com Git - libvirt.git/commitdiff
Missing "Default-Stop" field in LSB comment in libvirt-guests
authorLaurent Léonard <laurent@open-minds.org>
Sun, 5 Dec 2010 18:49:39 +0000 (19:49 +0100)
committerEric Blake <eblake@redhat.com>
Mon, 13 Dec 2010 17:13:13 +0000 (10:13 -0700)
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

tools/libvirt-guests.init.in

index 76dc6279044aeacda40a59fb142dccefb0706db0..5dab36b822e1e39b53d0ef647be9f96fb2b2f7cb 100644 (file)
@@ -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