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;
|
WorkingDirectory = workingDir;
|
||||||
RuntimeDirectory = "dendrite";
|
RuntimeDirectory = "dendrite";
|
||||||
RuntimeDirectoryMode = "0700";
|
RuntimeDirectoryMode = "0700";
|
||||||
|
LimitNOFILE = 65535;
|
||||||
EnvironmentFile = lib.mkIf (cfg.environmentFile != null) cfg.environmentFile;
|
EnvironmentFile = lib.mkIf (cfg.environmentFile != null) cfg.environmentFile;
|
||||||
ExecStartPre = ''
|
ExecStartPre = ''
|
||||||
${pkgs.envsubst}/bin/envsubst \
|
${pkgs.envsubst}/bin/envsubst \
|
||||||
|
|
Loading…
Reference in a new issue