I have this observation on the linux box, with busybox 1.01.

 I have this script in my rc.d/rc?.d/S10script with these two lines:
     mydaemon &
     myapp &
     
mydaemon is a daemon program, myapp is not a daemon program buy a script 
periodically running in back ground.

I notice this when S10script finishes, mydaemon stays,  myapp always receives a 
EXIT signal, I guess init kills it.

My question, is it the expected behavior. Is this behavior changeable by 
configuration?

Thanks,

Max

       
---------------------------------
Never miss a thing.   Make Yahoo your homepage.
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to