Skip to main content
Topic: [SOLVED] Starting avahi... First steps (Read 1132 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] Starting avahi... First steps

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....

Re: Starting avahi... First steps

Reply #1
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.
now only the dinit guy in artix

Re: Starting avahi... First steps

Reply #2
Thanks, it's working now.