Merge pull request #167866 from NickCao/dendrite-limit
This commit is contained in:
commit
5bd659fb4d
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@ in
|
|||
WorkingDirectory = workingDir;
|
||||
RuntimeDirectory = "dendrite";
|
||||
RuntimeDirectoryMode = "0700";
|
||||
LimitNOFILE = 65535;
|
||||
EnvironmentFile = lib.mkIf (cfg.environmentFile != null) cfg.environmentFile;
|
||||
ExecStartPre = ''
|
||||
${pkgs.envsubst}/bin/envsubst \
|
||||
|
|
Loading…
Reference in a new issue