aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Fantoni <fabio.fantoni@heliman.it>2011-06-21 18:21:10 +0100
committerFabio Fantoni <fabio.fantoni@heliman.it>2011-06-21 18:21:10 +0100
commitbc2cd7056b4989dfd93d8feca8bd1f9c1de17158 (patch)
tree56d07a0cddba720454eec5491442bd9163a0742e
parent7a62e5eb8ecf4a81923bd299cddd1ac6531ec97b (diff)
downloadxen-bc2cd7056b4989dfd93d8feca8bd1f9c1de17158.tar.gz
xen-bc2cd7056b4989dfd93d8feca8bd1f9c1de17158.tar.bz2
xen-bc2cd7056b4989dfd93d8feca8bd1f9c1de17158.zip
tools/hotplug/Linux: start all xen daemons in runlevel 2
Signed-off-by: Fabio Fantoni <fabio.fantoni@heliman.it>
-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.