Here is what I do: mkdir /etc/systemd/dnssd cat > /etc/systemd/dnssd/http.dnssd (the exact example file from "man systemd.dnssdâ??, minus leading white space) systemctl restart systemd-resolved Then avahi-browse -a -r or systemd-resolve â??-service myhost._http._tcp.local as per man page should show me my service, right? Except that it does not. Everything else on my network is there. There is nothing remarkable in the journal, and strace confirms that systemd-resolved actually reads the file. What am I doing wrong? This is systemd-238.76 on Arch. Thanks, Johannes.