tools/hotplug: add LSB header to xen-watchdog runlevel script
authorOlaf Hering <olaf@aepfle.de>
Mon, 26 Jul 2010 10:11:25 +0000 (11:11 +0100)
committerOlaf Hering <olaf@aepfle.de>
Mon, 26 Jul 2010 10:11:25 +0000 (11:11 +0100)
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/hotplug/Linux/init.d/xen-watchdog

index 417b451922f8978852ac6bd343110b15172e9cb6..99122d80da059f81501e2810c2180b58cec1f30c 100644 (file)
@@ -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.