CloudflareDDNS/cfddns.service

11 lines
173 B
SYSTEMD
Raw Normal View History

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