Originally posted by: Buddha Bart
use "chkconfig"
for instance "/sbin/chkconfig --list" will show all your service scripts (the ones in /etc/initi.d/) and what runlevel's they're set to go at (it does the symlinking for you).
if you want to have your script run at runlevel 2, 3, 4, and 5 it goes somethilng like "/sbin/chkconfig --add 2345 scriptname"
bart