scripts in chkconfig are they called parallel or one after the other ?
the scripts in chkconfig will they be executed in order , for example this has 5 scripts I mena chkconfig --list returns 5 scripts .
if script 2 is taking very long time will it wait till script 2 is completed before starting script 3 ? or it will start all the scripts in parallel ?
|