Skip to main content
Topic: i2pd and openrc (Read 568 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

i2pd and openrc

Hi
Help me pls, how i can start i2pd in artix with openrc?
sudo rc-service -l is absent i2pd service
i2p (without *d) dnt offer - it very slow implementation

Re: i2pd and openrc

Reply #1
but exist no i2pd service for openrc

systemd use for start
Code: [Select]
/usr/bin/i2pd --conf=/var/lib/i2pd/i2pd.conf --pidfile=/run/i2pd/i2pd.pid --daemon --service

so you can run this command probably manually, and your ip2d deamon will start.
 
openrc script you can find here https://gitweb.gentoo.org/repo/gentoo.git/plain/net-vpn/i2pd/files/i2pd-2.6.0-r3.initd?id=ec49ce4a501e1bfc0c812a33e841258d4faa5ac8
no idea, whether will works, because is from year 2016

Re: i2pd and openrc

Reply #2
Member from i2pd help me with it.
This is daemon script, but it depend from mountall which not use in artix or rename.
Quote
You must read yours system manuals about targets in openrc services. mountall dependency is requiring for all mounts to be done before starting. How it named in your system - I can't say.
Where i can find information about mountall in artix or maybe u help me with it?