In case that you have service on /etc/init.d/ but it does not start automatically, you can simply enable it by run chkconfig function.


Below case shows the list of service in /etc/init.d

# ls
enewtown-confluence  lp-confluence  network          qsok-jira
functions            netconsole     qsok-confluence  README


You can make a service enable to run on boot by chkconfig like below

# chkconfig lp-confluence on
# chkconfig enewtown-confluence on
# chkconfig qsok-confluence on
# chkconfig qsok-jira on