mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 21:20:50 +00:00
8 lines
207 B
Desktop File
Executable File
8 lines
207 B
Desktop File
Executable File
[Unit]
|
|
Description=Update root hints for unbound
|
|
After=network.target
|
|
OnFailure=logErrors@%n.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/curl -o /etc/unbound/root.hints https://www.internic.net/domain/named.cache
|