Commit 85978b1c authored by Jonathan Davies's avatar Jonathan Davies Committed by github-actions[bot]
Browse files

nixos/caddy: Fixed RestartSec typo.

(cherry picked from commit a1163912)
parent 81e35cc8
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;