summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahil Bhimjiani <rahil3108@gmail.com>2023-11-06 01:28:21 +0530
committerZac Medico <zmedico@gentoo.org>2023-11-10 08:32:16 -0800
commit3445b5f60c0606a31d818da37d9da10ee25c9eb1 (patch)
tree10a57fabe4dd33e6fd27688bb56761bb13c8b21f /net-dns/coredns/files/coredns.service
parentsys-fs/bindfs: 1.17.6 (diff)
downloadgentoo-3445b5f60c0606a31d818da37d9da10ee25c9eb1.tar.gz
gentoo-3445b5f60c0606a31d818da37d9da10ee25c9eb1.tar.bz2
gentoo-3445b5f60c0606a31d818da37d9da10ee25c9eb1.zip
net-dns/coredns: add 1.11.1 & live
1) Following upstream's method of building using make 2) removing git commit for non-live versions 3) follow skel.ebuild syntax structure 4) split LICENSE & SRC_URI Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com> Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'net-dns/coredns/files/coredns.service')
-rw-r--r--net-dns/coredns/files/coredns.service4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-dns/coredns/files/coredns.service b/net-dns/coredns/files/coredns.service
index eab9aede713e..fc2ec10c5c43 100644
--- a/net-dns/coredns/files/coredns.service
+++ b/net-dns/coredns/files/coredns.service
@@ -1,7 +1,9 @@
[Unit]
Description=CoreDNS DNS server
+Documentation=man:coredns(1)
Documentation=https://coredns.io
-After=network.target
+After=network-online.target
+Wants=network-online.target
[Service]
PermissionsStartOnly=true