فهرست منبع

Merge pull request #882 from openbrasil/patch-8

Monit: update exim.conf
Serghey Rodin 9 سال پیش
والد
کامیت
dca3f54cde
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      install/rhel/7/monit/exim.conf

+ 2 - 2
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"