mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
update debian packaging files
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
ac594dbd26
commit
a6be32392d
11 changed files with 18 additions and 74 deletions
11
contrib/upstart/i2pd.upstart
Normal file
11
contrib/upstart/i2pd.upstart
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue