From ff2a9103929e7a9e531f1f498560f0a3a460a245 Mon Sep 17 00:00:00 2001 From: WebZation Date: Sat, 22 Oct 2016 02:19:12 -0200 Subject: [PATCH] Update httpd.conf Update to CentOS 7 comand! --- install/rhel/7/monit/httpd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/rhel/7/monit/httpd.conf b/install/rhel/7/monit/httpd.conf index 1ce1a594d..17f2b7b38 100644 --- a/install/rhel/7/monit/httpd.conf +++ b/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"