mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 00:50:51 +00:00
7 lines
176 B
SYSTEMD
7 lines
176 B
SYSTEMD
|
[Unit]
|
||
|
Description=Update root hints for unbound
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/curl -o /etc/unbound/root.hints https://www.internic.net/domain/named.cache
|