summaryrefslogtreecommitdiff
path: root/aports/mDNSResponder/mdnsd.initd
blob: 06474584ef443609ddecb89b07ba2160bd24f37d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/sbin/openrc-run

name="Multicast and Unicast DNS daemon"
description="Daemon for Multicast DNS and DNS Service Discovery"

command="/usr/sbin/$SVCNAME"
pidfile="/var/run/$SVCNAME.pid"

depend() {
	need net
	after firewall
}