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

[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