aports/community/i2pd/i2pd.confd
R4SAS cb650bb190 community/i2pd: update aport
* move debug symbols to subpackage
* removed the second newline at the end of the files

Signed-off-by: R4SAS <r4sas@i2pmail.org>
2023-08-06 17:20:50 +00:00

13 lines
327 B
Bash

I2PD_USER=i2pd
I2PD_GROUP=i2pd
I2PD_LOG=/var/log/i2pd/i2pd.log
I2PD_PID=/run/i2pd/i2pd.pid
# max number of open files (for floodfill)
rc_ulimit="-n 8192"
# 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"