mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
* update debian/
This commit is contained in:
parent
1f6f4d9c49
commit
8aa158c1e0
4 changed files with 21 additions and 16 deletions
6
debian/i2pd.upstart
vendored
6
debian/i2pd.upstart
vendored
|
@ -4,7 +4,7 @@ start on runlevel [2345]
|
|||
stop on runlevel [016] or unmounting-filesystem
|
||||
|
||||
# these can be overridden in /etc/init/i2pd.override
|
||||
env I2P_HOST="1.2.3.4"
|
||||
env I2P_PORT="4567"
|
||||
env I2PD_HOST="1.2.3.4"
|
||||
env I2PD_PORT="4567"
|
||||
|
||||
exec /usr/sbin/i2pd --daemon=0 --log=1 --host=$I2P_HOST --port=$I2P_PORT
|
||||
exec /usr/sbin/i2pd --daemon --log --host=$I2PD_HOST --port=$I2PD_PORT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue