mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-05-07 01:07:05 +02:00
Merge pull request #881 from openbrasil/patch-7
Monit: update dovecot.conf
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
check process dovecot with pidfile /var/run/dovecot/master.pid
|
||||
start program = "/etc/init.d/dovecot start"
|
||||
stop program = "/etc/init.d/dovecot stop"
|
||||
start program = "/usr/bin/systemctl start dovecot"
|
||||
stop program = "/usr/bin/systemctl stop dovecot"
|
||||
|
||||
Reference in New Issue
Block a user