Skip to content

Instantly share code, notes, and snippets.

@agingorange
Created April 12, 2022 03:35
Show Gist options
  • Save agingorange/bfbfbd4c4470370b6498a17e02a374b7 to your computer and use it in GitHub Desktop.
Save agingorange/bfbfbd4c4470370b6498a17e02a374b7 to your computer and use it in GitHub Desktop.
Systemd service file for Cloudflare DDNS updater
# https://github.com/K0p1-Git/cloudflare-ddns-updater
[Unit]
Description=Cloudflare DDNS updater
Wants=network-online.target
After=network-online.target
[Service]
Type=simple
ExecStart=/usr/local/bin/cloudflare-ddns-updater.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment