mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 21:20:50 +00:00
DNS Server: Including scripts to update RootHints monthly
This commit is contained in:
parent
6c66d88068
commit
512fab8ec3
6
Services/updateRootHints.service
Normal file
6
Services/updateRootHints.service
Normal 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
|
9
Services/updateRootHints.timer
Normal file
9
Services/updateRootHints.timer
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Run update DNS root hints montly
|
||||
|
||||
[Timer]
|
||||
OnCalendar=monthly
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Reference in New Issue
Block a user