This repository has been archived on 2024-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
porkbun-dynamic-dns-python/systemd.timer

10 lines
189 B
SYSTEMD
Raw Permalink Normal View History

2022-05-20 15:57:58 +00:00
[Unit]
Description=Detect external IP address and create/update a corresponding DNS record every 15 minutes
[Timer]
OnBootSec=15min
OnUnitActiveSec=15min
[Install]
WantedBy=timers.target