mikelieman

Systemd timer file for ddns-update.sh

Mar 2nd, 2021 (edited)
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. # This timer unit is for ddns-probe.service
  2. # By Mike Lieman
  3. #
  4.  
  5. [Unit]
  6. Description=Checks, and if needed updates, Google Domains DDNS for lieman.net
  7. Requires=ddns-probe.service
  8.  
  9. [Timer]
  10. Unit=ddns-probe.service
  11. OnCalendar=*:0/5
  12.  
  13. [Install]
  14. WantedBy=timers.target
  15.  
Add Comment
Please, Sign In to add comment