Files
cloudflare_ddns/systemd/cloudflare-ddns.service
2023-01-29 15:28:11 -08:00

14 lines
287 B
Desktop File

[Unit]
Description=Update DDNS on Cloudflare
ConditionPathExists=/etc/cloudflare-ddns/config.json
Wants=network-online.target
After=network-online.target
[Service]
Type=oneshot
Environment=CONFIG_PATH=/etc/cloudflare-ddns
ExecStart=cloudflare-ddns
[Install]
WantedBy=multi-user.target