aboutsummaryrefslogtreecommitdiffstats
path: root/testing/coredns/coredns.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/coredns/coredns.initd')
-rw-r--r--testing/coredns/coredns.initd16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/coredns/coredns.initd b/testing/coredns/coredns.initd
deleted file mode 100644
index d22afc32eeb..00000000000
--- a/testing/coredns/coredns.initd
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/sbin/openrc-run
-
-: ${coredns_config:="${COREDNS_CONF:-/etc/coredns/Corefile}"}
-: ${coredns_listen_port:="${COREDNS_PORT:-53}"}
-
-supervisor="supervise-daemon"
-description="CoreDNS service"
-command="/usr/bin/coredns"
-command_args="-conf ${coredns_config} -dns.port ${coredns_listen_port}"
-user=${user:-coredns}
-group=${group:-coredns}
-
-depend() {
- after net
- provide dns
-}