Created systemd service file

This commit is contained in:
Asif Bacchus 2018-09-16 01:50:58 -06:00
parent 841fbf2bc3
commit 22b0a7a154

10
cfddns.service Normal file
View File

@ -0,0 +1,10 @@
[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