Przeglądaj źródła

Update httpd.conf

Update to CentOS 7 comand!
WebZation 9 lat temu
rodzic
commit
ff2a910392
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      install/rhel/7/monit/httpd.conf

+ 2 - 2
install/rhel/7/monit/httpd.conf

@@ -1,3 +1,3 @@
 check process httpd with pidfile /var/run/httpd/httpd.pid
-    start program = "/etc/init.d/httpd start"
-    stop program  = "/etc/init.d/httpd stop"
+    start program = "/usr/bin/systemctl start httpd"
+    stop program  = "/usr/bin/systemctl stop httpd"