From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] add LSB header to xen-watchdog runlevel script Date: Fri, 23 Jul 2010 19:36:20 +0200 Message-ID: <20100723173620.GA7603@aepfle.de> References: <20100723121324.GB3540@aepfle.de> <19529.51008.134045.602693@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <19529.51008.134045.602693@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Jackson Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Fri, Jul 23, Ian Jackson wrote: > Olaf Hering writes ("[Xen-devel] [PATCH] add LSB header to xen-watchdog runlevel script"): > > Add LSB Header to /etc/init.d/xen-watchdog > ... > > +# Default-Start: 3 4 5 > > This would have the effect of starting the watchdog by default on some > systems, as I understand it ? Is that desirable ? This tells the insserv program to create a symlink in the specified runlevels. xdm for example has only '5', because X11 is only supposed to be started in runlevel 5. There is nothing to worry about here. Olaf