Service Startup
From KlavoWiki
To enable a service at startup.
chkconfig <service name> on
An alternativce method to above.
chkconfig --levels 2345 <servce name> on
To list if a service is enabled for startup.
chkconfig --list <servce name>