Files
ilnmors-homelab/config/services/systemd/fw/ddns/ddns.timer.j2

11 lines
154 B
Django/Jinja

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