nixbld: start rt-fetchmail after dovecot

force-ssl-main-website
Sebastien Bourdeauducq 2023-01-04 11:54:30 +08:00
parent ea0b7d6dc7
commit fb54880765
1 changed files with 1 additions and 1 deletions

View File

@ -883,7 +883,7 @@ in
systemd.services.rt-fetchmail = {
description = "Fetchmail for RT";
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
after = [ "dovecot2.service" ];
serviceConfig = {
Restart = "on-failure";
User = "rt";