Created
April 12, 2022 03:35
-
-
Save agingorange/bfbfbd4c4470370b6498a17e02a374b7 to your computer and use it in GitHub Desktop.
Systemd service file for Cloudflare DDNS updater
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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