Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] How i can use wireguard (Read 2067 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] How i can use wireguard

In the repos there is no wireguard-runnit but there is wireguard-s6 && wireguard-openrc
How i can use wireguard on runit if there is not a package

Re: How i can use wireguard

Reply #1
Don’t actually need a script. Simple as wg-quick up INTERFACE(example wg0)
As root or sudo, do :
mkdir /etc/runit/sv/wireguard
and the files listed https://github.com/void-linux/void-packages/tree/2d45451722680d73772617fda25990bd30c147c2/srcpkgs/wireguard-tools/files/wireguard ; that is it

Re: How i can use wireguard

Reply #2
@konimex may add this as a service

Re: How i can use wireguard

Reply #3
The package has been added here.
now only the dinit guy in artix

Re: How i can use wireguard

Reply #4
Thanks it now works