Created
April 12, 2022 03:37
-
-
Save agingorange/cfa9a77a0ca92efb6f0ece4b465879e0 to your computer and use it in GitHub Desktop.
Systemd timer 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
[Unit] | |
Description=Timer for Cloudflare DDNS updater | |
[Timer] | |
OnCalendar=*:0/5 | |
Persistent=true | |
[Install] | |
WantedBy=timers.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment