remove LimitNOFILE from suggested systemd unit since it is set by config variable (suggested by yossz)

This commit is contained in:
Doug Hoyte
2023-02-21 16:58:41 -05:00
parent a86b7bf8db
commit 0e6ff2b0de

View File

@ -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.
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.