このリポジトリは2023-01-16にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
openbsd-ports/net/i2pd/pkg
Koishi Komeiji 85e5808569
Match openports.se upstream i2pd-2.45.0
2023-01-09 18:17:14 -05:00
..
DESCR Initial commit 2023-01-07 23:59:44 -05:00
PLIST Match openports.se upstream i2pd-2.45.0 2023-01-09 18:17:14 -05:00
README Match openports.se upstream i2pd-2.45.0 2023-01-09 18:17:14 -05:00
i2pd.rc Initial commit 2023-01-07 23:59:44 -05:00

README

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

Resource Limits: File Descriptors
=================================

By default, the i2pd process runs in the login(1) class of "daemon".
The default limits on file descriptors are insufficient to run i2pd; instead you
should put the _i2pd user and process in their own login(1) class with tuned
resources.
You should also raise the system-wide maxfiles limit.

1. Configure i2pd login class in the login.conf(5) file:

        i2pd:\
                :openfiles-cur=8192:\
                :openfiles-max=8192:\
                :tc=daemon:

2. Adjust kern.maxfiles, if needed:

        # sysctl kern.maxfiles=16000
        # echo "kern.maxfiles=16000" >> /etc/sysctl.conf