You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-vpn/i2pd/files/i2pd-2.6.0-r3.confd

13 lines
322 B

I2PD_USER=i2pd
I2PD_GROUP=i2pd
I2PD_LOG=/var/log/i2pd.log
I2PD_PID=/run/i2pd/i2pd.pid
# max number of open files (for floodfill)
rc_ulimit="-n 4096"
# Options to i2pd
I2PD_OPTIONS="--daemon --service --pidfile=${I2PD_PID} \
--log=file --logfile=${I2PD_LOG} \
--conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.conf"