Update i2pd.upstart

This commit is contained in:
MXPLRS | Kirill 2016-08-12 22:29:32 +03:00 committed by GitHub
parent 14a2c9d48f
commit 8a542f2ce8

4
debian/i2pd.upstart vendored
View File

@ -4,8 +4,6 @@ start on runlevel [2345]
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=file --logfile=$LOGFILE --service --host=$I2PD_HOST --port=$I2PD_PORT
exec /usr/sbin/i2pd --daemon --service --log=file --logfile=$LOGFILE