Files
RedBear-OS/init.d/40_drivers.target
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

11 lines
217 B
SYSTEMD

[unit]
description = "Initfs drivers"
requires_weak = [
"10_lived.service",
"20_graphics.target",
"40_ps2d.service",
"40_bcm2835-sdhcid.service",
"40_hwd.service",
"40_pcid-spawner.service",
]