Neshura
34883f2d5c
All checks were successful
Run Tests on Code / run-tests (push) Successful in 28s
13 lines
267 B
Desktop File
13 lines
267 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/kavita-web-manager-api
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |