i2pd/debian/i2pd.default
R4SAS f8ba5b8c63
increase nofile limit in service
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2023-01-01 14:29:58 +03:00

12 lines
356 B
Plaintext

# Defaults for i2pd initscript
# sourced by /etc/init.d/i2pd
# installed at /etc/default/i2pd by the maintainer scripts
I2PD_ENABLED="yes"
# Additional options that are passed to the Daemon.
# see possible switches in /usr/share/doc/i2pd/configuration.md.gz
DAEMON_OPTS=""
# If you have problems with hunging i2pd, you can try enable this
ulimit -n 8192