2014-09-19 02:07:41 +00:00
|
|
|
# Defaults for i2pd initscript
|
|
|
|
# sourced by /etc/init.d/i2pd
|
|
|
|
# installed at /etc/default/i2pd by the maintainer scripts
|
2015-12-05 08:41:26 +00:00
|
|
|
I2PD_ENABLED="yes"
|
|
|
|
|
2014-09-19 02:07:41 +00:00
|
|
|
# Additional options that are passed to the Daemon.
|
2015-12-05 08:41:26 +00:00
|
|
|
# see possible switches in /usr/share/doc/i2pd/configuration.md.gz
|
|
|
|
DAEMON_OPTS=""
|
2016-11-03 19:08:21 +03:00
|
|
|
|
2018-01-06 11:48:51 +08:00
|
|
|
# If you have problems with hunging i2pd, you can try enable this
|
2017-02-14 20:17:20 +03:00
|
|
|
ulimit -n 4096
|