12 lines
355 B
Desktop File
12 lines
355 B
Desktop File
[Unit]
|
|
Description=Run script to update CloudFlare DNS
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/cfddns.sh -f /path/to/account.details -r server.domain.tld -l /var/log/cfddns.log
|
|
ExecStart=/usr/local/bin/cfddns.sh -6 -f /path/to/account.details -r server.domain.tld -l /var/log/cfddns.log
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|