:: Re: [DNG] Command to permanently pr…
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Didier Kryn
Fecha:  
A: dng
Asunto: Re: [DNG] Command to permanently prevent sysvinit from starting daemon
Le 21/10/2018 à 19:01, Didier Kryn a écrit :
>     I'm not an expert, but it seems to me the answer is in inittab;
> the following line invokes the daemon which launches all the scripts:
>
> si::sysinit:/etc/init.d/rcS



    Well, there is also the following lines:

l0:0:wait:/etc/init.d/rc 0
l1:1:wait:/etc/init.d/rc 1
l2:2:wait:/etc/init.d/rc 2
l3:3:wait:/etc/init.d/rc 3
l4:4:wait:/etc/init.d/rc 4
l5:5:wait:/etc/init.d/rc 5
l6:6:wait:/etc/init.d/rc 6

    So, well the inittab for runit might differ a lot from the inittab
of rcS. Not a big deal, that's a small file.