Files
RedBear-OS/init.initfs.d/40_pcid-spawner-initfs.service
T
Red Bear OS c72d4247a6 init: cutover — driver-manager owns the boot path, pcid-spawner gated as fallback
- 00_driver-manager.service: resident daemon args (--hotplug); runs
  unless /etc/driver-manager.d/disabled exists.
- 40_driver-manager-initfs.service: gate flipped from opt-in
  (initfs-active) to default-on (!/etc/driver-manager.d/disabled).
- 00_pcid-spawner.service + 40_pcid-spawner-initfs.service: gated to
  start only when /etc/driver-manager.d/disabled exists — the legacy
  spawner remains staged as the operator fallback, never deleted.
2026-07-23 17:51:44 +09:00

12 lines
390 B
Desktop File

[unit]
description = "PCI driver spawner"
requires_weak = ["10_inputd.service", "20_graphics.target", "40_pcid.service"]
[service]
cmd = "pcid-spawner"
args = ["--initfs"]
# Fallback-only since the driver-manager cutover: starts only when the
# operator forces the legacy spawner with /etc/driver-manager.d/disabled.
ConditionPathExists = "/etc/driver-manager.d/disabled"
type = "oneshot"