aboutsummaryrefslogtreecommitdiffstats
path: root/testing/coredns/coredns.initd
blob: 45bbc797d15481ffc0ee506d29c030277d0e5f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run

name=coredns
description="CoreDNS is a fast and flexible DNS server"
command=/usr/bin/coredns
command_args="$ARGS"
command_user="coredns:coredns"
supervisor="supervise-daemon"

depend() {
        need net
	provide dns
}