From c628028372a6cfa8192250c9975d674c0f8b5e56 Mon Sep 17 00:00:00 2001 From: WebZation Date: Sat, 22 Oct 2016 02:28:59 -0200 Subject: [PATCH] Update vesta-nginx.conf Update to CentOS 7 comand! --- install/rhel/7/monit/vesta-nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/rhel/7/monit/vesta-nginx.conf b/install/rhel/7/monit/vesta-nginx.conf index 1a85cac3a..8e706c99c 100644 --- a/install/rhel/7/monit/vesta-nginx.conf +++ b/install/rhel/7/monit/vesta-nginx.conf @@ -1,3 +1,3 @@ check process vesta-nginx with pidfile /var/run/vesta-nginx.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"