Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Tim Watts Newsgroups: comp.os.linux.misc Subject: Re: What distros *don't* use systemd ? Date: Mon, 08 Sep 2014 22:47:44 +0100 Lines: 27 Message-ID: <0pk1eb-1gi.ln1@squidward.local.dionic.net> References: <6o71eb-dgc.ln1@squidward.local.dionic.net> <8761gxsvo9.fsf@thumper.dhh.gt.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net I3a6jz5kORB4uFown++i/ATko8xi23UssCsslvTEffTvZa7GJW X-Orig-Path: squidward.local.dionic.net!not-for-mail Cancel-Lock: sha1:cfKON8Xr83Y6A0XlFJs/l7lCFo8= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: <8761gxsvo9.fsf@thumper.dhh.gt.org> Xref: csiph.com comp.os.linux.misc:12050 On 08/09/14 21:29, John Hasler wrote: > Dan Espen writes: >> Many of those scripts must be executed in sequence. > > Because those particular services must be started in sequence. No init > system can do anything about the fact that some services can't start > until others are running. > >> During boot up, everything is controlled by the numbers in the >> symlinks. > > Debian has had dependency-based booting for years Thoug to be fair that is applied at update-rc.d time and not recalculated every time the run level changes. > >> Later on, when you might want to restart 2 scripts in a sequence, you >> are out of luck. > > service scriptA restart && service scriptB restart > >> Running everything sequentially is slow. > > Debian has had parallel booting for years. >