[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] tools/hotplug/Linux: start xen daemons in runlevel 2.
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1295286759 0 # Node ID 726c616fca5eead370ca29f733362d44fe413ca9 # Parent 47be85d61f11790127035376f3f6fa240380f3d8 tools/hotplug/Linux: start xen daemons in runlevel 2. This is the default runlevel on a Debian system. In addition update-rc.d complains: update-rc.d: warning: xencommons stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (1) and it seems reasonable to stop the daemons during shutdown or reboot so make that change as well. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- tools/hotplug/Linux/init.d/xencommons | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r 47be85d61f11 -r 726c616fca5e tools/hotplug/Linux/init.d/xencommons --- a/tools/hotplug/Linux/init.d/xencommons Mon Jan 17 17:48:16 2011 +0000 +++ b/tools/hotplug/Linux/init.d/xencommons Mon Jan 17 17:52:39 2011 +0000 @@ -12,8 +12,8 @@ # Should-Start: # Required-Stop: $syslog $remote_fs # Should-Stop: -# Default-Start: 3 4 5 -# Default-Stop: 1 +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 # Short-Description: Start/stop xenstored and xenconsoled # Description: Starts and stops the daemons neeeded for xl/xend ### END INIT INFO _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |