what would be the difference when starting such a "service" as normal
init.d-script or procd-init-script, instead of as entry in inittab?
As far as I remember the procd-init-script has also a "respawn" option,
so that procd should also restart the service in case it stops...
Has inittab a higher p
that's what I was assuming :-(
thanks a lot,
Claudio
On 19.10.2015 11:28, John Crispin wrote:
> there is no dynamic reload feature for this in procd yet
>
>
> On 19/10/2015 11:20, Claudio Thomas wrote:
>> Hi,
>> on my /etc/inittab I've the following line
>>
>>ttyQE1::askfirst:/bin/ash --logi
there is no dynamic reload feature for this in procd yet
On 19/10/2015 11:20, Claudio Thomas wrote:
> Hi,
> on my /etc/inittab I've the following line
>
>ttyQE1::askfirst:/bin/ash --login
>
> I've already removed the line and killed the process, but its restarts
> again.
>
> I know that co
Hi,
on my /etc/inittab I've the following line
ttyQE1::askfirst:/bin/ash --login
I've already removed the line and killed the process, but its restarts
again.
I know that commenting it out and rebooting is a way to stop this
"service", but is there a way to stop it without rebooting? Like
som