[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, experimental, updated. debian/0.8.7-1-4-g261f679
Guido Günther
agx at sigxcpu.org
Sat Jan 22 12:58:36 UTC 2011
The following commit has been merged in the experimental branch:
commit f2fdde0042354881bd2ee41ccebaffd210e6acdf
Author: Guido Günther <agx at sigxcpu.org>
Date: Sat Jan 22 13:25:44 2011 +0100
libvirt-bin.init: add cgconfig to Should-Start
This ensures we reliably process cgroups before starting libvirtd
Closes: #610738
diff --git a/debian/libvirt-bin.init b/debian/libvirt-bin.init
index 730617a..8dade75 100755
--- a/debian/libvirt-bin.init
+++ b/debian/libvirt-bin.init
@@ -9,7 +9,8 @@
# Provides: libvirt-bin libvirtd
# Required-Start: $network $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
-# Should-Start: hal avahi
+# Should-Start: hal avahi cgconfig
+# Should-Stop: cgconfig
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: libvirt management daemon
--
Libvirt Debian packaging
More information about the Pkg-libvirt-commits
mailing list