mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-06 03:20:33 +00:00
71bad23906
Signed-off-by: R4SAS <r4sas@i2pmail.org>
9 lines
289 B
Plaintext
9 lines
289 B
Plaintext
type = bgprocess
|
|
run-as = i2pd
|
|
command = /usr/bin/i2pd --conf=/var/lib/i2pd/i2pd.conf --pidfile=/var/lib/i2pd/i2pd.pid --daemon --service
|
|
smooth-recovery = true
|
|
depends-on = ntpd
|
|
# uncomment if you want to use i2pd with yggdrasil
|
|
# depends-on = yggdrasil
|
|
pid-file = /var/lib/i2pd/i2pd.pid
|