Skip to content

Commit f0b7d6c

Browse files
Merge pull request hestiacp#881 from openbrasil/patch-7
Monit: update dovecot.conf
2 parents dca3f54 + a47546e commit f0b7d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/rhel/7/monit/dovecot.conf

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

0 commit comments

Comments
 (0)