Kaynağa Gözat

Merge pull request #882 from openbrasil/patch-8

Monit: update exim.conf
Serghey Rodin 9 yıl önce
ebeveyn
işleme
dca3f54cde
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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"