api-backend/debian/kwm-api@.service
Neshura f63dd66c7f
All checks were successful
Run Tests on Code / run-tests (push) Successful in 15s
Adjust Systemd Service File
2024-08-07 21:53:40 +02:00

14 lines
260 B
Desktop File

[Unit]
Description="Application for automatically updating Cloudflare DNS records"
After=syslog.target
After=network-online.target
[Service]
Type=simple
User=%i
ExecStart=/usr/local/bin/kwm-api
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target