Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ddns-probe service unit is for updating DDNS if needed
- # By Mike Lieman
- #
- [Unit]
- Description=Update Google Domains DDNS for lieman.net as needed
- Wants=ddns-probe.timer network-online.target
- After=network-online.target
- [Service]
- Type=oneshot
- ExecStart=/root/bin/ddns-update.sh
- [Install]
- WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment