mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-09-01 02:47:47 +02:00
Merge pull request #886 from openbrasil/patch-12
Monit: update spamassassin.conf
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user