porkbun_ddns_script/porkbun-ddns.timer

18 lines
351 B
SYSTEMD
Raw Normal View History

2025-11-24 13:17:00 -05:00
[Unit]
Description=Porkbun Dynamic DNS Update Timer
Documentation=file:///opt/porkbun-ddns/README.md
Requires=porkbun-ddns.service
[Timer]
# Run 2 minutes after boot
OnBootSec=2min
# Run every 5 minutes
OnUnitActiveSec=5min
# If the system was off when a timer should have run, run it on next boot
Persistent=true
[Install]
WantedBy=timers.target