Files
RedBear-OS/init.d/40_ps2d.service
T
bjorn3 e86dbfa17e Init: Introduce support for conditionally spawning services
depending on the architecture and selected board. With this the
migration of initfs daemons to service definitions is almost done.
2026-02-28 16:55:26 +01:00

9 lines
178 B
Desktop File

[unit]
description = "PS/2 driver"
requires_weak = ["10_inputd.service", "20_graphics.target"]
condition_architecture = ["x86", "x86_64"]
[service]
cmd = "ps2d"
type = "notify"