From 86ec793c557a69d2118ed8fba0d308c3897bebfb Mon Sep 17 00:00:00 2001 From: Fabio Fantoni Date: Mon, 18 Jul 2011 17:49:13 +0100 Subject: [PATCH] tools/hotplug/Linux: start all xen daemons in runlevel 2 Backported from xen-4.1-testing.hg 23086:9b5fbd8ff152 -iwj. Signed-off-by: Fabio Fantoni Signed-off-by: Ian Jackson Committed-by: Ian Jackson --- tools/hotplug/Linux/init.d/xencommons | 4 ++-- tools/hotplug/Linux/init.d/xend | 4 ++-- tools/hotplug/Linux/init.d/xendomains | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/hotplug/Linux/init.d/xencommons b/tools/hotplug/Linux/init.d/xencommons index 6f393c513d..dec3aafe32 100644 --- a/tools/hotplug/Linux/init.d/xencommons +++ b/tools/hotplug/Linux/init.d/xencommons @@ -13,8 +13,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 # Default-Enabled: yes # Short-Description: Start/stop xenstored and xenconsoled # Description: Starts and stops the daemons neeeded for xl/libxenlight diff --git a/tools/hotplug/Linux/init.d/xend b/tools/hotplug/Linux/init.d/xend index 4016004790..0d523b5d0d 100755 --- a/tools/hotplug/Linux/init.d/xend +++ b/tools/hotplug/Linux/init.d/xend @@ -12,8 +12,8 @@ # Should-Start: # Required-Stop: $syslog $remote_fs # Should-Stop: -# Default-Start: 3 4 5 -# Default-Stop: 0 1 2 6 +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 # Default-Enabled: yes # Short-Description: Start/stop xend # Description: Starts and stops the Xen control daemon. diff --git a/tools/hotplug/Linux/init.d/xendomains b/tools/hotplug/Linux/init.d/xendomains index 70b5b8fdcf..4c8ced9375 100644 --- a/tools/hotplug/Linux/init.d/xendomains +++ b/tools/hotplug/Linux/init.d/xendomains @@ -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 # Default-Enabled: yes # Short-Description: Start/stop secondary xen domains # Description: Start / stop domains automatically when domain 0 -- 2.39.5