[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [PATCH] Simple parallellized boot sequence (and a plea for LSB complience)



[Marcelo E. Magallon]
>  Isn't just:
> 
>     wait
> 
>  enough?

In this case, yes.  In the general case, it is unknown if a background
process was forked off earlier in the script, so you want to control
which processes to wait for.

I suspect 'wait $pid || true' or similar is needed though, as the exit
code from the init.d scripts might be non-zero.



Reply to: