caddy: turn back ExecReload again

This commit is contained in:
2025-06-02 07:08:32 +00:00
parent c0a490aca8
commit 0686cfceb6

View File

@@ -141,8 +141,8 @@ in
preStart = "ln -sf $CREDENTIALS_DIRECTORY/up.jakstys.lt.env /run/caddy/up.jakstys.lt.env";
serviceConfig = {
# 2025-02-11 blocks system from upgrading during reload
#ExecReload = lib.mkForce "";
# 2025-06-02 removed the ExecReload override.
# 2025-06-02 still necessary
ExecReload = lib.mkForce "";
LoadCredential = [
"r1.jakstys.lt-cert.pem:${r1.certFile}"