};
};
security.acme.certs."${domain}" = {
- postRun = "systemctl reload postfix";
+ postRun = "systemctl try-restart postfix";
};
systemd.services.postfix = {
wants = [ "openldap.service" "acme-selfsigned-${domain}.service" "acme-${domain}.service" ];