Enabling a service

From Peter Pap's Technowiki
Revision as of 03:33, 11 November 2016 by Ppapa (talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.