From 55b4ca5f43469564d73e992b3c0d911d684b7873 Mon Sep 17 00:00:00 2001 From: WebZation Date: Sat, 22 Oct 2016 02:17:50 -0200 Subject: [PATCH] Update exim.conf Update to CentOS 7 comand! --- install/rhel/7/monit/exim.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/rhel/7/monit/exim.conf b/install/rhel/7/monit/exim.conf index e7988e47..3bff6d93 100644 --- a/install/rhel/7/monit/exim.conf +++ b/install/rhel/7/monit/exim.conf @@ -1,3 +1,3 @@ check process exim with pidfile /var/run/exim.pid - start program = "/etc/init.d/exim start" - stop program = "/etc/init.d/exim stop" + start program = "/usr/bin/systemctl start exim" + stop program = "/usr/bin/systemctl stop exim"