mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
By declaring the service as manually configured, we can control it from dagger (confd) without the indirection via a condition. This has the benefit of mstpd being in the "stopped", rather than the somewhat confusing "waiting", state when not running. Fixes #890