The service does not support chkconfig resolution process
Today, I would like to talk to you about the process of solving the problem that the service does not support chkconfig. Many people may not know much about it. In order to make you understand better, the editor summarized the following content for you. I hope you can get something according to this article.
When self-compilation is set as a system service with chkconfig, the httpd service does not support chkconfig.
The resolution process is as follows:
1. Edit / etc/init.d/httpd
#! / bin/bash
# chkconfig:345 61 61
# description:Apache httpd
(, there seems to be a problem with copy and paste, enter it manually)
two。 Configuration
[root@localhost] # chkconfig-- add httpd
[root@localhost ~] # chkconfig-- list | grep httpd
Httpd 0: close 1: close 2: close 3: close 4: close 5: close 6: close
[root@localhost] # chkconfig-- level 345 httpd on
[root@localhost ~] # chkconfig-- list | grep httpd
Httpd 0: off 1: close 2: close 3: enable 4: enable 5: enable 6: close
After reading the above, do you have any further understanding of the process that the service does not support chkconfig resolution? If you want to know more knowledge or related content, please follow the industry information channel, thank you for your support.