You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
346 B
15 lines
346 B
7 years ago
|
[Unit]
|
||
|
Description=daily update of the root trust anchor for DNSSEC
|
||
|
Documentation=man:unbound-anchor(8)
|
||
|
|
||
|
[Timer]
|
||
|
# Current DNSKEY TTL in root zone is 172800 seconds, i.e. 172800/60/60/24 = 2 days.
|
||
|
# It means that unboud-anchor should be run at least once a day.
|
||
|
OnCalendar=daily
|
||
|
Persistent=true
|
||
|
AccuracySec=24h
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|
||
|
|