From a8bb330f941dd4658112c91d6ac217a5aa086838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Fri, 4 Dec 2015 14:52:55 +0100 Subject: [PATCH] libvirtd: require virtlogd to start before libvirtd In the non-systemd case, without socket activation, we need to proper ordering. --- daemon/libvirtd.init.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/libvirtd.init.in b/daemon/libvirtd.init.in index ed42195cab..22006c448c 100644 --- a/daemon/libvirtd.init.in +++ b/daemon/libvirtd.init.in @@ -5,7 +5,7 @@ # ### BEGIN INIT INFO # Provides: libvirtd -# Required-Start: $network messagebus +# Required-Start: $network messagebus virtlogd # Should-Start: $named # Should-Start: xend # Should-Start: avahi-daemon