Merge pull request #242863 from emilylange/nixos/gitea-runtimedirmode
nixos/gitea: revert change to RuntimeDirectoryMode Closes ##243340
This commit is contained in:
commit
7c70396c1d
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ in
|
|||
Restart = "always";
|
||||
# Runtime directory and mode
|
||||
RuntimeDirectory = "gitea";
|
||||
RuntimeDirectoryMode = "0750";
|
||||
RuntimeDirectoryMode = "0755";
|
||||
# Proc filesystem
|
||||
ProcSubset = "pid";
|
||||
ProtectProc = "invisible";
|
||||
|
|
Loading…
Reference in a new issue