mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-10-31 09:20:38 +00:00
11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
description "i2p client daemon"
|
|
|
|
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"
|
|
|
|
exec /usr/sbin/i2pd --daemon --log --host=$I2PD_HOST --port=$I2PD_PORT
|