mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 21:20:50 +00:00
Bruno Fontes
42344f98a5
Still not sure why I keep track of those changes, if I don't need them and do not care about proper handling them. Anyway, it is here if, some some reason I need it back.
8 lines
183 B
Desktop File
Executable File
8 lines
183 B
Desktop File
Executable File
[Unit]
|
|
Description=Run update DNS root hints montly
|
|
OnFailure=logErrors@%n.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart = /bin/bash /home/bruno/Apps/linuxShortcuts/Services/roothints.sh
|