Skip to content

Commit 46aee8c

Browse files
Merge pull request hestiacp#886 from openbrasil/patch-12
Monit: update spamassassin.conf
2 parents 11c1c8f + f477d94 commit 46aee8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
check process spamassassin with pidfile /var/run/spamd.pid
2-
start program = "/etc/init.d/spamassassin start"
3-
stop program = "/etc/init.d/spamassassin stop"
2+
start program = "/usr/bin/systemctl start spamassassin"
3+
stop program = "/usr/bin/systemctl stop spamassassin"

0 commit comments

Comments
 (0)