api-backend/debian/kwm-api.service
Neshura 8c1fddc24a
All checks were successful
Run Tests on Code / run-tests (push) Successful in 13s
Actual Systemd Fix
2024-08-07 22:01:53 +02:00

13 lines
252 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/kwm-api
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target