Enabling a service

From Peter Pap's Technowiki
Jump to: navigation, search

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.