Unverified Commit 43b4e101 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #269655 from NixOS/backport-269613-to-release-23.11

[Backport release-23.11] nixos/caddy: Fixed RestartSec typo
parents 6d3a97b9 85978b1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -378,7 +378,7 @@ in
        LogsDirectory = mkIf (cfg.logDir == "/var/log/caddy") [ "caddy" ];
        Restart = "on-failure";
        RestartPreventExitStatus = 1;
        RestartSecs = "5s";
        RestartSec = "5s";

        # TODO: attempt to upstream these options
        NoNewPrivileges = true;