Created systemd service file
This commit is contained in:
parent
841fbf2bc3
commit
22b0a7a154
10
cfddns.service
Normal file
10
cfddns.service
Normal 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
|
Loading…
Reference in New Issue
Block a user