treewide: replace/remove dovecot2 service name
The unit name is now dovecot.service.
This commit is contained in:
+2
-2
@@ -1185,8 +1185,8 @@ in
|
||||
if failed port 25 protocol smtp for 5 cycles then restart
|
||||
|
||||
check process dovecot with pidfile /var/run/dovecot2/master.pid
|
||||
start program = "${pkgs.systemd}/bin/systemctl start dovecot2"
|
||||
stop program = "${pkgs.systemd}/bin/systemctl stop dovecot2"
|
||||
start program = "${pkgs.systemd}/bin/systemctl start dovecot"
|
||||
stop program = "${pkgs.systemd}/bin/systemctl stop dovecot"
|
||||
if failed host ${cfg.fqdn} port 993 type tcpssl sslauto protocol imap for 5 cycles then restart
|
||||
|
||||
check process rspamd with matching "rspamd: main process"
|
||||
|
||||
Reference in New Issue
Block a user