Possible Duplicate:
Bash Script on Startup? (Linux)
I want to run some commands at boot time.
Possible Duplicate:
Bash Script on Startup? (Linux)
I want to run some commands at boot time.
Use /etc/rc.local
On my system, the comment header says this:
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.