api-backend/debian/kavita-web-manager-api.service
Neshura 34883f2d5c
All checks were successful
Run Tests on Code / run-tests (push) Successful in 28s
Add Debian Configuration
2024-08-07 18:32:38 +02:00

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