mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-03-21 22:48:57 -03:00
10 lines
140 B
SYSTEMD
10 lines
140 B
SYSTEMD
[Unit]
|
|
Description=Update DDNS on Cloudflare every 15 minutes
|
|
|
|
[Timer]
|
|
OnBootSec=2min
|
|
OnUnitActiveSec=15m
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|