Files
RedBear-OS/recipes/core/base/init.initfs.d/10_inputd.service
T
vasilito a2ad2023e8 inputd: fix service type to scheme='input' for init registration
The v6.0 service file used type={scheme='input/evdev'} which caused
init to register the scheme under the wrong name. Restored the
original type={scheme='input'} so init correctly registers the
:input scheme and all downstream services (vesad, fbcond, fbbootlogd)
can find it.
2026-06-10 19:32:01 +03:00

7 lines
111 B
Desktop File

[unit]
description = "VT input and graphics multiplexer"
[service]
cmd = "inputd"
type = { scheme = "input" }