Files
RedBear-OS/init.d/40_pcid-spawner.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
189 B
Desktop File

[unit]
description = "PCI driver spawner"
requires_weak = ["10_inputd.service", "20_graphics.target", "40_hwd.service"]
[service]
cmd = "pcid-spawner"
args = ["--initfs"]
type = "oneshot"