mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 22:30:51 +00:00
10 lines
130 B
SYSTEMD
10 lines
130 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run update DNS root hints montly
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=monthly
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|