a2ad2023e8
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.
7 lines
111 B
Desktop File
7 lines
111 B
Desktop File
[unit]
|
|
description = "VT input and graphics multiplexer"
|
|
|
|
[service]
|
|
cmd = "inputd"
|
|
type = { scheme = "input" }
|