Jelajahi Sumber

Merge pull request #882 from openbrasil/patch-8

Monit: update exim.conf
Serghey Rodin 9 tahun lalu
induk
melakukan
dca3f54cde
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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"