From 0e6ff2b0de27609e9e17ed3b171653e6e0374c71 Mon Sep 17 00:00:00 2001 From: Doug Hoyte Date: Tue, 21 Feb 2023 16:58:41 -0500 Subject: [PATCH] remove LimitNOFILE from suggested systemd unit since it is set by config variable (suggested by yossz) --- doc/DEPLOYMENT.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/DEPLOYMENT.md b/doc/DEPLOYMENT.md index 0d7f724..e02a5b8 100644 --- a/doc/DEPLOYMENT.md +++ b/doc/DEPLOYMENT.md @@ -120,7 +120,6 @@ Put the following file at /etc/systemd/system/strfry.service ProtectHome=yes NoNewPrivileges=yes ProtectSystem=full - LimitNOFILE=65536 LimitCORE=1000000000 [Install] @@ -155,4 +154,4 @@ Now let's open the port to the outside world: ### Next steps -At this point you should have a running relay. Point your client at it, tell a few friends, post some notes, or whatever you want. \ No newline at end of file +At this point you should have a running relay. Point your client at it, tell a few friends, post some notes, or whatever you want.