Auto execute shell script on startup, right before use
How can I create (or add to an already existing) shell script that will be executed after the rest of the system is done initializing?
Basically, I have some configuration options that I need to set for the computer in question every time it starts up... and some of them rely on the networking services already being configured.
The OS is Aurora SPARC Linux, which is just Fedora 6 for SPARC chips, using bash as the default. If it matters, there is no GUI system installed on this particular machine... it's a bare-bones command line only box.
I know that several such scripts already exist. I need the one that executes last, so that all the rest of the system configuration will have already taken place.
Last edited by sgware; 11-12-2007 at 10:15 PM.
|