|
rc.local is the last thing run after the run level is reached. That is why under the rc.d directories it is listed with the 99. It is the last to run.
If you create a script to run under the rc.d/ directories, you have to assign it a number and it will run in order.
|