summarylogtreecommitdiffstats
path: root/cfddns.service
blob: 7990c9a269f510b99551d27f3ad331f261a17250 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Yet another DDNS client for Cloudflare
After=network-online.target

[Service]
ExecStart=/usr/bin/cfddns -c /etc/cfddns/cfddns.yml /etc/cfddns/domains
Restart=on-failure

[Install]
WantedBy=multi-user.target