Add Cloudflare DDNS updater scripts and systemd configurations
This commit is contained in:
9
dyndns/systemd/cf-ddns.service
Normal file
9
dyndns/systemd/cf-ddns.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Cloudflare DDNS updater
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/opt/cloudflare-ddns/cf-ddns.sh
|
||||
WorkingDirectory=/opt/cloudflare-ddns
|
||||
Reference in New Issue
Block a user