diff options
Diffstat (limited to 'dendrite/server/templates/[email protected]')
| -rw-r--r-- | dendrite/server/templates/[email protected] | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dendrite/server/templates/[email protected] b/dendrite/server/templates/[email protected] index 61b2ddb..722f6d8 100644 --- a/dendrite/server/templates/[email protected] +++ b/dendrite/server/templates/[email protected] @@ -7,6 +7,8 @@ WorkingDirectory={{dendrite_dir}}/%i/ ExecStart=/usr/local/bin/dendrite-monolith-server --http-bind-address ":{{dendrite_port}}" Restart=always User={{dendrite_user}} +LimitNOFILE=65535 +LimitNPROC=65535 [Install] WantedBy=multi-user.target |
