mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 04:14:58 +00:00
7 lines
134 B
SYSTEMD
7 lines
134 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run update DNS root hints montly
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart = /bin/bash /home/bruno/dns_update_rootHints.sh
|