Launching a script on boot (rh 9.0)

BadSpeed

Verified User
Joined
Nov 20, 2004
Messages
30
Hi,

I have a redhat 9.0 and I was wondering how can I execute a shell script evry time that the server boots ?? :D
 
Jon, your solution will NOT automatically run the script.

If it only has to run at boot, and not at shutdown, the best way to do it is to call it from:

/etc/rc.d/rc.local

Jeff
 
Back
Top