Loading nixos/modules/services/misc/gitea.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
nixos/modules/services/misc/gitea.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading