Hello,
I installed Artix with Runit on my thinkpad x220,
and I would like to enable avahi service.
Shall I symlink the /etc/avahi directory to /run/runit/service
even if there's no run file in the /etc/avahi directory?
like this:
ln -s /etc/avahi /run/runit/service
am I doing the right thing?
Thanks for answering a noob question....
Make sure to install avahi-runit. After that, you can enable services by ln -s /etc/runit/sv/avahi /run/runit/service.
For more information, you can see the wiki (https://wiki.artixlinux.org/Main/Runit#Basic_usage).
Thanks, it's working now.