Friday, September 9, 2011

add scritp to init.d on redhat

To add script with chkconfig, add line how this #chkconfig: 3 59 52 (yes with #) to your
/etc/init.d/filename

then

chkconfig --add filename

No comments: