mirror of
https://github.com/SeriousBug/gandi-live-dns-rust
synced 2024-11-14 19:37:27 -06:00
12 lines
200 B
SYSTEMD
12 lines
200 B
SYSTEMD
|
[Unit]
|
||
|
Description=Automatically updates your IP adress with Gandi LiveDNS.
|
||
|
Wants=network-online.target
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=1s
|
||
|
OnCalendar=daily
|
||
|
RandomizedDelaySec=10s
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|