|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] correct xend initscript dependency in LSB part
Add missing dependencies to runlevel script
xend requires at least xenstored
Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
--- xen-unstable.hg-4.1.21836.orig/tools/hotplug/Linux/init.d/xend
+++ xen-unstable.hg-4.1.21836/tools/hotplug/Linux/init.d/xend
@@ -8,9 +8,9 @@
# description: Starts and stops the Xen control daemon.
### BEGIN INIT INFO
# Provides: xend
-# Required-Start: $syslog $remote_fs
+# Required-Start: $syslog $remote_fs xenstored
# Should-Start:
-# Required-Stop: $syslog $remote_fs
+# Required-Stop: $syslog $remote_fs xenstored
# Should-Stop:
# Default-Start: 3 4 5
# Default-Stop: 0 1 2 6
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH] correct xend initscript dependency in LSB part,
Olaf Hering <=
|
|
|
|
|