nixos/dendrite: set LimitNOFILE to 65535

main
Nick Cao 2 years ago
parent 8ca35ce3e2
commit b79e0a0e06
No known key found for this signature in database
GPG Key ID: 068A56CEF48FA2C1
  1. 1
      nixos/modules/services/misc/dendrite.nix

@ -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…
Cancel
Save