From bd003a20641ee18e930fb888a08a3c995d564ce4 Mon Sep 17 00:00:00 2001 From: WebZation Date: Sat, 22 Oct 2016 02:29:35 -0200 Subject: [PATCH] Update vesta-php.conf Update to CentOS 7 comand! --- install/rhel/7/monit/vesta-php.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/rhel/7/monit/vesta-php.conf b/install/rhel/7/monit/vesta-php.conf index 80731189f..3c9c32c20 100644 --- a/install/rhel/7/monit/vesta-php.conf +++ b/install/rhel/7/monit/vesta-php.conf @@ -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"