Files
RedBear-OS/init.initfs.d/40_pcid-spawner-initfs.service
T
bjorn3 20429746f8 init: Migrate the base services from init scripts
And move them into the base repo.
2026-04-11 10:47:34 +02: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"