Actual Systemd Fix
All checks were successful
Run Tests on Code / run-tests (push) Successful in 13s

This commit is contained in:
Neshura 2024-08-07 22:01:53 +02:00
parent 514d087118
commit 8c1fddc24a
Signed by: Neshura
GPG key ID: 4E2D47B1374C297D
2 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,7 @@ assets = [
"755", "755",
] ]
] ]
systemd-units = { enable = false } systemd-units = { unit-name = "kwm-api", enable = false }
[dependencies] [dependencies]
axum = "0.7" axum = "0.7"