Merge pull request #889 from openbrasil/patch-15

Monit: update vesta-php.conf
This commit is contained in:
Serghey Rodin 2016-11-23 15:01:23 +03:00 committed by GitHub
commit d19283760a

View file

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