10 lines
149 B
SYSTEMD
10 lines
149 B
SYSTEMD
[Unit]
|
|
Description=Run Cloudflare DDNS every 5 minutes
|
|
|
|
[Timer]
|
|
OnBootSec=1min
|
|
OnUnitActiveSec=5min
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |