:: Re: [DNG] Reaping orphan processes.
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: aitor
Fecha:  
A: dng
Asunto: Re: [DNG] Reaping orphan processes.
Hi,

On 6/3/23 18:47, Rainer Weikusat via Dng wrote:
> The Linux sysvinit is a seriously old and crufty codebase with a lot of
> abandoned mess in it


One of the drawbacks of sysvinit is that it cannot run daemons in the foreground.
As opposed to it, daemons supervised by runit must necessarily run in the foreground,
but often they have been designed to run in the background with sysvinit in mind.

Cheers,

Aitor.