CloudflareDDNS/cfddns.service

11 lines
173 B
SYSTEMD
Raw Normal View History

2018-09-16 01:50:58 -06:00
[unit]
Description=Run script to update CloudFlare DNS
After=network.target
[service]
Type=oneshot
ExecStart=/usr/local/bin/cfddns.sh
[install]
WantedBy=multi-user.target