:: Re: [DNG] Good thing we don't use s…
Top Page
Delete this message
Reply to this message
Author: Didier Kryn
Date:  
To: dng
Subject: Re: [DNG] Good thing we don't use systemd
Le 04/04/2026 à 18:49, Rainer Weikusat via Dng a écrit :
> int main(void)
> {
>      extern int wait(int *);
>      while (1) wait(0);
>      return 0;
> }


    Well, this is for the second-stage init; but it must also respond
to reboot requests and, maybe, monitor at least one getty.

    And it comes after a first stage which needs to start some daemon
launcher. Otherwise it is pointless to reap processes since there arent
any (~:

    Good joke (~:

--     Didier