fix issue #8
turns out this is a upstream bug. The fix should probably be pushed to nixpkgs.
This commit is contained in:
parent
096cd29f51
commit
bf7099d389
|
@ -77,11 +77,12 @@ in
|
||||||
|
|
||||||
# Create dkim certificates
|
# Create dkim certificates
|
||||||
systemd.services.rmilter = {
|
systemd.services.rmilter = {
|
||||||
|
requires = [ "rmilter.socket" ];
|
||||||
|
after = [ "rmilter.socket" ];
|
||||||
preStart =
|
preStart =
|
||||||
''
|
''
|
||||||
${create_dkim_cert}
|
${create_dkim_cert}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue