From 2a1c7b57ff28569af004a91869071332ce6f0414 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 7 May 2009 07:34:05 +0000 Subject: [PATCH] Improve init.d file headers * qemud/libvirtd.init.in: improve the LSB init header for the init.d file, patch by Frederik Himpe Daniel --- ChangeLog | 5 +++++ qemud/libvirtd.init.in | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 32f93689d8..ee6a3d86b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu May 7 09:31:22 CEST 2009 Daniel Veillard + + * qemud/libvirtd.init.in: improve the LSB init header for the + init.d file, patch by Frederik Himpe + Thu May 7 09:26:50 CEST 2009 Guido Günther * src/util.c (virFileWritePid): check for NULL pointers diff --git a/qemud/libvirtd.init.in b/qemud/libvirtd.init.in index 0eed4909c2..43c2d686a0 100644 --- a/qemud/libvirtd.init.in +++ b/qemud/libvirtd.init.in @@ -5,7 +5,13 @@ # ### BEGIN INIT INFO # Provides: libvirtd +# Required-Start: $network messagebus +# Should-Start: $named # Should-Start: xend +# Should-Start: hal +# Should-Start: avahi +# Required-Stop: $network messagebus +# Should-Stop: $named # Default-Start: 3 4 5 # Short-Description: daemon for libvirt virtualization API # Description: This is a daemon for managing guest instances -- GitLab