mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Merge pull request #883 from openbrasil/patch-9
Monit: update httpd.conf
This commit is contained in:
commit
40b86126b3
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue