Browse Source

add dinit service

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1909/head
ralsei 1 year ago committed by R4SAS
parent
commit
71bad23906
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 8
      contrib/dinit/i2pd

8
contrib/dinit/i2pd

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
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
Loading…
Cancel
Save