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
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
@konimex may add this as a service
The package has been added here (https://gitea.artixlinux.org/packagesW/wireguard-runit).
Thanks it now works