mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-12 01:01:36 +02:00
* move debug symbols to subpackage * removed the second newline at the end of the files Signed-off-by: R4SAS <r4sas@i2pmail.org>
13 lines
327 B
Bash
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"
|