diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-02-25 17:35:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-25 17:35:10 +0000 |
commit | 264165eb8c0e8ae618e53de47b814f8a9781d567 (patch) | |
tree | ee10979d84897ab23f9f348cee5b79cd7279043a | |
parent | cf27e26712c5aa655377f21a2efe34237c3d681f (diff) |
Update systemd example to set `LimitNOFILE`
-rw-r--r-- | docs/systemd/monolith-example.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/systemd/monolith-example.service b/docs/systemd/monolith-example.service index 731c6159..237120ff 100644 --- a/docs/systemd/monolith-example.service +++ b/docs/systemd/monolith-example.service @@ -13,6 +13,7 @@ Group=dendrite WorkingDirectory=/opt/dendrite/ ExecStart=/opt/dendrite/bin/dendrite-monolith-server Restart=always +LimitNOFILE=65535 [Install] WantedBy=multi-user.target |