Add Cloudflare DDNS updater scripts and systemd configurations

This commit is contained in:
Nikholas Pcenicni
2026-03-21 11:09:18 -04:00
parent 60348eef9b
commit a4d8165dc2
8 changed files with 162 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[Unit]
Description=Git sync for cloudflare-ddns repo
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
WorkingDirectory=/opt/cloudflare-ddns
ExecStart=/opt/cloudflare-ddns/git-sync.sh