2024-08-07 16:31:34 +00:00
|
|
|
[Unit]
|
|
|
|
Description="Application for automatically updating Cloudflare DNS records"
|
|
|
|
After=syslog.target
|
|
|
|
After=network-online.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2024-08-07 16:54:10 +00:00
|
|
|
ExecStart=/usr/local/bin/kwm-api
|
2024-08-07 16:31:34 +00:00
|
|
|
Restart=always
|
|
|
|
RestartSec=3
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|