* update debian/i2pd.{init,upstart} : logging options

This commit is contained in:
hagen 2016-02-10 00:00:00 +00:00
parent 60b2da3671
commit dcab37a148
2 changed files with 7 additions and 2 deletions

3
debian/i2pd.upstart vendored
View file

@ -6,5 +6,6 @@ stop on runlevel [016] or unmounting-filesystem
# these can be overridden in /etc/init/i2pd.override
env I2PD_HOST="1.2.3.4"
env I2PD_PORT="4567"
env LOGFILE="/var/log/i2pd.log"
exec /usr/sbin/i2pd --daemon --log --host=$I2PD_HOST --port=$I2PD_PORT
exec /usr/sbin/i2pd --daemon --log=file --logfile=$LOGFILE --service --host=$I2PD_HOST --port=$I2PD_PORT