|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [Patch] init.d - info (eg SuSE-init)
This patch add the needed info's into the init.d/xend file.
Without it SuSE (or others?) will start xend before the
network..
Signed-off-by: Robert Valentan <R.Valentan@xxxxxxxxxxxxx>
--
Robert Valentan
diff -r ee16cdeddade tools/examples/init.d/xend
--- a/tools/examples/init.d/xend Wed Apr 25 09:39:08 2007
+++ b/tools/examples/init.d/xend Fri Apr 27 18:01:44 2007
@@ -6,6 +6,18 @@
#
# chkconfig: 2345 98 01
# description: Starts and stops the Xen control daemon.
+### BEGIN INIT INFO
+# Provides: xend
+# Required-Start: $syslog $remote_fs
+# Should-Start:
+# Required-Stop: $syslog $remote_fs
+# Should-Stop:
+# Default-Start: 3 4 5
+# Default-Stop: 0 1 2 6
+# Default-Enabled: yes
+# Short-Description: Start/stop xend
+# Description: Starts and stops the Xen control daemon.
+### END INIT INFO
if ! grep -q "control_d" /proc/xen/capabilities ; then
exit 0
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [Patch] init.d - info (eg SuSE-init),
Robert Valentan <=
|
|
|
|
|