Enabling a service
From Peter Pap's Technowiki
As long as there is an init script in /etc/init.d, then just use this command:
chkconfig initscriptname on
So to enalbe httpd:
chkconfig httpd on
Covered here.
As long as there is an init script in /etc/init.d, then just use this command:
chkconfig initscriptname on
So to enalbe httpd:
chkconfig httpd on
Covered here.