11 lines
173 B
Desktop File
11 lines
173 B
Desktop File
[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
|