浏览代码

Update exim.conf

Update to CentOS 7 comand!
WebZation 9 年之前
父节点
当前提交
55b4ca5f43
共有 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"