1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-14 21:09:57 +00:00
i2pd/debian/i2pd.upstart

12 lines
280 B
Plaintext
Raw Normal View History

2014-10-25 18:42:35 -07:00
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"
2014-10-25 18:42:35 -07:00
expect fork
2016-08-12 22:29:32 +03:00
exec /usr/sbin/i2pd --daemon --service --log=file --logfile=$LOGFILE