Artix Linux Forum

Init systems => runit => Topic started by: maurizio on 02 April 2019, 00:36:19

Title: [SOLVED] Starting avahi... First steps
Post by: maurizio on 02 April 2019, 00:36:19
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:
Code: [Select]
ln -s /etc/avahi /run/runit/service

am I doing the right thing?
Thanks for answering a noob question....
Title: Re: Starting avahi... First steps
Post by: konimex on 02 April 2019, 05:17:41
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).
Title: Re: Starting avahi... First steps
Post by: maurizio on 02 April 2019, 13:38:31
Thanks, it's working now.