linuxShortcuts/Services/fix-dns.service
Bruno Fontes 70ad44ed59 Renaming testDNS to fix-dns as it were not working properly
It appears systemd does not like upcase names. systemctl status were not
working with the uppercase name, but it worked with the lowercase one
2019-04-29 10:32:19 -03:00

12 lines
250 B
Desktop File

[Unit]
Description=Test and fix DNS update with wrong time
Wants=network-online.target
After=network-online.target
[Service]
Type=oneshot
ExecStart = /bin/bash /home/bruno/Apps/linuxShortcuts/Services/fixDNS.sh
[Install]
WantedBy=multi-user.target