فهرست منبع

Merge pull request #886 from openbrasil/patch-12

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

+ 2 - 2
install/rhel/7/monit/spamassassin.conf

@@ -1,3 +1,3 @@
 check process spamassassin with pidfile /var/run/spamd.pid
-    start program = "/etc/init.d/spamassassin start"
-    stop program  = "/etc/init.d/spamassassin stop"
+    start program = "/usr/bin/systemctl start spamassassin"
+    stop program  = "/usr/bin/systemctl stop spamassassin"