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";
|
Restart = "always";
|
||||||
# Runtime directory and mode
|
# Runtime directory and mode
|
||||||
RuntimeDirectory = "gitea";
|
RuntimeDirectory = "gitea";
|
||||||
RuntimeDirectoryMode = "0750";
|
RuntimeDirectoryMode = "0755";
|
||||||
# Proc filesystem
|
# Proc filesystem
|
||||||
ProcSubset = "pid";
|
ProcSubset = "pid";
|
||||||
ProtectProc = "invisible";
|
ProtectProc = "invisible";
|
||||||
|
|
Loading…
Reference in a new issue