Loading nixos/modules/services/misc/gitea.nix +2 −1 Original line number Diff line number Diff line Loading @@ -890,12 +890,13 @@ in ''; serviceConfig = { Type = "simple"; Type = "notify"; User = cfg.user; Group = cfg.group; 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 +2 −1 Original line number Diff line number Diff line Loading @@ -890,12 +890,13 @@ in ''; serviceConfig = { Type = "simple"; Type = "notify"; User = cfg.user; Group = cfg.group; WorkingDirectory = cfg.stateDir; ExecStart = "${exe} web --pid /run/gitea/gitea.pid"; Restart = "always"; WatchdogSec = 30; # Runtime directory and mode RuntimeDirectory = "gitea"; RuntimeDirectoryMode = "0755"; Loading