[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Add INIT INFO block to example init.d/xend file.
# HG changeset patch # User kfraser@xxxxxxxxxxxxxxxxxxxxx # Date 1177687280 -3600 # Node ID 493f7c689f03cda9796b3e1df761dd0e1a2a31eb # Parent 18844eff507ae7e5757320297ce1915391f51881 Add INIT INFO block to example init.d/xend file. Without it SuSE (and others?) will start xend before the network. Signed-off-by: Robert Valentan <R.Valentan@xxxxxxxxxxxxx> --- tools/examples/init.d/xend | 12 ++++++++++++ 1 files changed, 12 insertions(+) diff -r 18844eff507a -r 493f7c689f03 tools/examples/init.d/xend --- a/tools/examples/init.d/xend Fri Apr 27 16:17:44 2007 +0100 +++ b/tools/examples/init.d/xend Fri Apr 27 16:21:20 2007 +0100 @@ -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-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |