Neshura
b9419a5446
All checks were successful
Run Tests on Code / run-tests (push) Successful in 13s
13 lines
264 B
Desktop File
13 lines
264 B
Desktop File
[Unit]
|
|
Description="Application for automatically updating Cloudflare DNS records"
|
|
After=syslog.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/cloudflare-dns-updater
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=default.target |