aboutsummaryrefslogtreecommitdiffstats
path: root/tools/hotplug
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2010-07-26 11:11:25 +0100
committerOlaf Hering <olaf@aepfle.de>2010-07-26 11:11:25 +0100
commit7e4a3b097fbdd4a6b6f304ea691a6261a99b7f48 (patch)
tree177c4361766f5f66c7c9916c8fd629ddac6a5e58 /tools/hotplug
parent55a2e36cbc6ebde5d52601c864bc268bd568609a (diff)
downloadxen-7e4a3b097fbdd4a6b6f304ea691a6261a99b7f48.tar.gz
xen-7e4a3b097fbdd4a6b6f304ea691a6261a99b7f48.tar.bz2
xen-7e4a3b097fbdd4a6b6f304ea691a6261a99b7f48.zip
tools/hotplug: add LSB header to xen-watchdog runlevel script
Signed-off-by: Olaf Hering <olaf@aepfle.de> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/hotplug')
-rw-r--r--tools/hotplug/Linux/init.d/xen-watchdog11
1 files changed, 11 insertions, 0 deletions
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.