Skip to content

Commit 40b8612

Browse files
Merge pull request hestiacp#883 from openbrasil/patch-9
Monit: update httpd.conf
2 parents eb6b27d + ff2a910 commit 40b8612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/rhel/7/monit/httpd.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
check process httpd with pidfile /var/run/httpd/httpd.pid
2-
start program = "/etc/init.d/httpd start"
3-
stop program = "/etc/init.d/httpd stop"
2+
start program = "/usr/bin/systemctl start httpd"
3+
stop program = "/usr/bin/systemctl stop httpd"

0 commit comments

Comments
 (0)