14 lines
263 B
SYSTEMD
14 lines
263 B
SYSTEMD
|
[Unit]
|
||
|
Description=Update of the root trust anchor for DNSSEC validation
|
||
|
After=network.target
|
||
|
Before=nss-lookup.target
|
||
|
Wants=nss-lookup.target
|
||
|
Before=unbound.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/sbin/unbound-anchor
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|