# Multicast DNS responder (Bonjour/zero-conf). Lets services advertise # and discover each other on the local link without DNS. # Replaces /lib/svc/manifest/network/dns/multicast.xml. [service] name = "mdnsd" description = "Multicast DNS responder" type = "daemon" [exec] start = "/usr/lib/inet/mdnsd" [dependencies] requires = ["network"] [restart] on = "failure" delay = 5 max_retries = 3 [contract] param = ["inherit", "noorphan"] fatal = ["hwerr"]