Add Cloudflare DDNS updater scripts and systemd configurations
This commit is contained in:
10
dyndns/systemd/git-sync.timer
Normal file
10
dyndns/systemd/git-sync.timer
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Run git-sync every 1 minute
|
||||
|
||||
[Timer]
|
||||
OnBootSec=30s
|
||||
OnUnitActiveSec=60s
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user