Unverified Commit e3a7138a authored by h7x4's avatar h7x4
Browse files

nixos/gitea: enable hardware watchdog

parent 33221999
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -896,6 +896,7 @@ in
        WorkingDirectory = cfg.stateDir;
        ExecStart = "${exe} web --pid /run/gitea/gitea.pid";
        Restart = "always";
        WatchdogSec = 30;
        # Runtime directory and mode
        RuntimeDirectory = "gitea";
        RuntimeDirectoryMode = "0755";