Files
ilnmors-homelab/config/services/systemd/fw/ddns/ddns.timer
2026-03-15 04:41:02 +09:00

11 lines
154 B
SYSTEMD

[Unit]
Description=Run DDNS update service every 5 minutes
[Timer]
OnBootSec=1min
OnUnitActiveSec=5min
Persistent=true
[Install]
WantedBy=timers.target