aports/testing/coredns/coredns.initd
Mark Pashmfouroush 243f667452 testing/coredns: new aport
https://github.com/coredns/coredns
CoreDNS is a fast and flexible DNS server
2020-04-09 21:32:23 +00:00

14 lines
240 B
Plaintext

#!/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
}