:: Re: [DNG] Init respawns - was: Be p…
Top Page
Delete this message
Reply to this message
Author: Didier Kryn
Date:  
To: dng
Subject: Re: [DNG] Init respawns - was: Be prepared for the fall of systemd
Le 05/08/2022 à 07:36, Steve Litt a écrit :
> Perfectionists never finish, and the perfect is the enemy of the good.


    This is absolutely true. But ...

    perfection can be approached when we keep things "simple stupid".
For example the init script suggested by Karl:

> for i in /etc/rcS.d/S* /etc/rc2.d/S*
> do
>   $i start
> done


    doesn't need a maintaining community, and you also consider runit
is simple enough to fall in the same category.

    Often, simplifying a problem till the solution is clear and
obvious, can take a lot of time, but it deserves the effort. It is
sometimes possible.

    High level languages, due to their high expressivity, help reach
such simplicity. For example, the above script, translated in C (why not
in assembler?) would need a carefull review by a community.

--     Didier