mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 21:20:50 +00:00
13 lines
281 B
Desktop File
Executable File
13 lines
281 B
Desktop File
Executable File
[Unit]
|
|
Description=Test and fix DNS update with wrong time
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
OnFailure=logErrors@%n.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart = /bin/bash /home/bruno/Apps/linuxShortcuts/Services/fixDNS.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|