DNS Server: Including scripts to update RootHints monthly

This commit is contained in:
Bruno F. Fontes 2019-06-14 02:38:11 -03:00
parent 6c66d88068
commit 512fab8ec3
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,6 @@
[Unit]
Description=Run update DNS root hints montly
[Service]
Type=oneshot
ExecStart = /bin/bash /home/bruno/dns_update_rootHints.sh

View File

@ -0,0 +1,9 @@
[Unit]
Description=Run update DNS root hints montly
[Timer]
OnCalendar=monthly
Persistent=true
[Install]
WantedBy=timers.target