Actual Systemd Fix
All checks were successful
Run Tests on Code / run-tests (push) Successful in 13s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 13s
This commit is contained in:
parent
514d087118
commit
8c1fddc24a
2 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue