Missing "Default-Stop" field in LSB comment in libvirt-guests

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
This commit is contained in:
Laurent Léonard 2010-12-05 19:49:39 +01:00 committed by Eric Blake
parent 24384a7579
commit 84094af780

View 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