mirror of https://github.com/PurpleI2P/i2pd.git
I2P: End-to-End encrypted and anonymous Internet
https://i2pd.website/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
280 B
12 lines
280 B
10 years ago
|
description "i2p client daemon"
|
||
|
|
||
|
start on runlevel [2345]
|
||
|
stop on runlevel [016] or unmounting-filesystem
|
||
|
|
||
|
# these can be overridden in /etc/init/i2pd.override
|
||
8 years ago
|
env LOGFILE="/var/log/i2pd/i2pd.log"
|
||
10 years ago
|
|
||
8 years ago
|
expect fork
|
||
|
|
||
8 years ago
|
exec /usr/sbin/i2pd --daemon --service --log=file --logfile=$LOGFILE
|