Difference between revisions of "Enabling a service"

From Peter Pap's Technowiki
Jump to: navigation, search
(Created page with "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 [https://www.cento...")
 
(No difference)

Latest revision as of 03:33, 11 November 2016

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.