mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
net-dns/unbound: add new files/unbound-anchor-r1.service
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
This commit is contained in:
parent
098ddd9fc3
commit
d21a26afb4
15
net-dns/unbound/files/unbound-anchor-r1.service
Normal file
15
net-dns/unbound/files/unbound-anchor-r1.service
Normal file
@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Update of the root trust anchor for DNSSEC validation
|
||||
Documentation=man:unbound-anchor(8)
|
||||
After=network-online.target
|
||||
Before=unbound.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=unbound
|
||||
Group=unbound
|
||||
ExecStart=/usr/bin/unbound-anchor -a /etc/unbound/var/root-anchors.txt -c /etc/dnssec/icannbundle.pem
|
||||
SuccessExitStatus=1
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
x
Reference in New Issue
Block a user