forked from M-Labs/it-infra
nixbld: start rt-fetchmail after dovecot
This commit is contained in:
parent
ea0b7d6dc7
commit
fb54880765
|
@ -883,7 +883,7 @@ in
|
||||||
systemd.services.rt-fetchmail = {
|
systemd.services.rt-fetchmail = {
|
||||||
description = "Fetchmail for RT";
|
description = "Fetchmail for RT";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "network.target" ];
|
after = [ "dovecot2.service" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
User = "rt";
|
User = "rt";
|
||||||
|
|
Loading…
Reference in New Issue