1

Possible Duplicate:
Bash Script on Startup? (Linux)

I want to run some commands at boot time.

Jimit
  • 121
  • 1
  • 3
  • possible duplicate of [Bash Script on Startup? (Linux)](http://unix.stackexchange.com/questions/7793/bash-script-on-startup-linux); see also [Create services in Linux (Start up in linux)](http://unix.stackexchange.com/questions/1924/create-services-in-linux-start-up-in-linux) – Gilles 'SO- stop being evil' May 16 '11 at 11:44

1 Answers1

4

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.
jonescb
  • 1,908
  • 1
  • 16
  • 21