aboutsummaryrefslogtreecommitdiffstats
path: root/tools/hotplug
diff options
context:
space:
mode:
authorFabio Fantoni <fabio.fantoni@heliman.it>2011-05-26 14:38:56 +0100
committerFabio Fantoni <fabio.fantoni@heliman.it>2011-05-26 14:38:56 +0100
commit205e1b66ccc1269bb80822b8c82243532af051fd (patch)
tree94a9d1a2f6cb9a580ae59baa5288be15c1caee68 /tools/hotplug
parent6b9ac996539974c939a068b5758ebfa08e08f5bd (diff)
downloadxen-205e1b66ccc1269bb80822b8c82243532af051fd.tar.gz
xen-205e1b66ccc1269bb80822b8c82243532af051fd.tar.bz2
xen-205e1b66ccc1269bb80822b8c82243532af051fd.zip
tools/hotplug/Linux: start all xen daemons in runlevel 2
Signed-off-by: Fabio Fantoni <fabio.fantoni@heliman.it> Acked-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/hotplug')
-rw-r--r--tools/hotplug/Linux/init.d/xen-watchdog4
-rwxr-xr-xtools/hotplug/Linux/init.d/xend4
-rw-r--r--tools/hotplug/Linux/init.d/xendomains4
3 files changed, 6 insertions, 6 deletions
diff --git a/tools/hotplug/Linux/init.d/xen-watchdog b/tools/hotplug/Linux/init.d/xen-watchdog
index a5b3f6b961..896229c0cc 100644
--- a/tools/hotplug/Linux/init.d/xen-watchdog
+++ b/tools/hotplug/Linux/init.d/xen-watchdog
@@ -10,8 +10,8 @@
# Should-Start: $syslog $remote_fs
# Required-Stop: xend
# Should-Stop: $syslog $remote_fs
-# Default-Start: 3 4 5
-# Default-Stop: 0 1 2 6
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
# Short-Description: Start/stop xen-watchdog
# Description: Run domain watchdog daemon.
### END INIT INFO
diff --git a/tools/hotplug/Linux/init.d/xend b/tools/hotplug/Linux/init.d/xend
index 6168afea64..1383af5c20 100755
--- a/tools/hotplug/Linux/init.d/xend
+++ b/tools/hotplug/Linux/init.d/xend
@@ -12,8 +12,8 @@
# Should-Start:
# Required-Stop: $syslog $remote_fs xenstored
# Should-Stop:
-# Default-Start: 3 4 5
-# Default-Stop: 0 1 2 6
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
# Short-Description: Start/stop xend
# Description: Starts and stops the Xen control daemon.
### END INIT INFO
diff --git a/tools/hotplug/Linux/init.d/xendomains b/tools/hotplug/Linux/init.d/xendomains
index 8459d234c0..3701caba1a 100644
--- a/tools/hotplug/Linux/init.d/xendomains
+++ b/tools/hotplug/Linux/init.d/xendomains
@@ -20,8 +20,8 @@
# Should-Start:
# Required-Stop: $syslog $remote_fs xend
# Should-Stop:
-# Default-Start: 3 4 5
-# Default-Stop: 0 1 2 6
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
# Short-Description: Start/stop secondary xen domains
# Description: Start / stop domains automatically when domain 0
# boots / shuts down.