From: Olaf Hering Date: Mon, 26 Jul 2010 10:11:25 +0000 (+0100) Subject: tools/hotplug: add LSB header to xen-watchdog runlevel script X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11736 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7e4a3b097fbdd4a6b6f304ea691a6261a99b7f48;p=xen.git tools/hotplug: add LSB header to xen-watchdog runlevel script Signed-off-by: Olaf Hering Committed-by: Ian Jackson --- diff --git a/tools/hotplug/Linux/init.d/xen-watchdog b/tools/hotplug/Linux/init.d/xen-watchdog index 417b451922..99122d80da 100644 --- a/tools/hotplug/Linux/init.d/xen-watchdog +++ b/tools/hotplug/Linux/init.d/xen-watchdog @@ -4,6 +4,17 @@ # # chkconfig: 2345 21 79 # description: Run domain watchdog daemon +### BEGIN INIT INFO +# Provides: xen-watchdog +# Required-Start: xend +# Should-Start: $syslog $remote_fs +# Required-Stop: xend +# Should-Stop: $syslog $remote_fs +# Default-Start: 3 4 5 +# Default-Stop: 0 1 2 6 +# Short-Description: Start/stop xen-watchdog +# Description: Run domain watchdog daemon. +### END INIT INFO # # Source function library.