update debian packaging files

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2021-06-16 20:41:41 +00:00
parent ac594dbd26
commit a6be32392d
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2
11 changed files with 18 additions and 74 deletions

View file

@ -0,0 +1,11 @@
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 LOGFILE="/var/log/i2pd/i2pd.log"
expect fork
exec /usr/sbin/i2pd --daemon --service --log=file --logfile=$LOGFILE