losurdo: sanoid: tweak policy
[sourcephile-nix.git] / hosts / mermet / postfix / sourcephile.fr.nix
index 8184ff4a3c78d2cacab12e94d8266d729af3cfbf..5db0f8b2cd1d80ed116521f2ecc668b253f3fae6 100644 (file)
@@ -65,7 +65,7 @@ in
     };
   };
   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" ];