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