|
root / base / usr / src / zyginit / services / mdnsd / service.toml
service.toml TOML 19 lines 452 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
# 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"]