|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: Patch and question about init.d
# HG changeset patch
# User Fabio Fantoni
# Date 1306230538 -7200
# Branch fabio
# Node ID 79341a653633ffde213dfa7d071b677d419707bb
# Parent d74585e5dc9f33f6d840718c5afa8fe002107fc7
tools/hotplug/Linux: start all xen daemons in runlevel 2
Signed-off-by: Fabio Fantoni <fabio.fantoni@xxxxxxxxxx>
diff -r d74585e5dc9f -r 79341a653633 tools/hotplug/Linux/init.d/xen-watchdog
--- a/tools/hotplug/Linux/init.d/xen-watchdog Tue May 24 09:30:51 2011 +0100
+++ b/tools/hotplug/Linux/init.d/xen-watchdog Tue May 24 11:48:58 2011 +0200
@@ -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 -r d74585e5dc9f -r 79341a653633 tools/hotplug/Linux/init.d/xend
--- a/tools/hotplug/Linux/init.d/xend Tue May 24 09:30:51 2011 +0100
+++ b/tools/hotplug/Linux/init.d/xend Tue May 24 11:48:58 2011 +0200
@@ -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 -r d74585e5dc9f -r 79341a653633 tools/hotplug/Linux/init.d/xendomains
--- a/tools/hotplug/Linux/init.d/xendomains Tue May 24 09:30:51 2011 +0100
+++ b/tools/hotplug/Linux/init.d/xendomains Tue May 24 11:48:58 2011 +0200
@@ -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.
--
View this message in context:
http://xen.1045712.n5.nabble.com/Patch-and-question-about-init-d-tp4421670p4421675.html
Sent from the Xen - Dev mailing list archive at Nabble.com.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|