Add Cloudflare DDNS updater scripts and systemd configurations
This commit is contained in:
9
dyndns/systemd/git-sync.service
Normal file
9
dyndns/systemd/git-sync.service
Normal 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
|
||||
Reference in New Issue
Block a user