Delay runtime services until boot-late
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -62,6 +62,7 @@ data = """
|
|||||||
[unit]
|
[unit]
|
||||||
description = "Firmware loading scheme"
|
description = "Firmware loading scheme"
|
||||||
requires_weak = [
|
requires_weak = [
|
||||||
|
"12_boot-late.target",
|
||||||
"00_pcid-spawner.service",
|
"00_pcid-spawner.service",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -76,6 +77,7 @@ data = """
|
|||||||
[unit]
|
[unit]
|
||||||
description = "udev compatibility shim"
|
description = "udev compatibility shim"
|
||||||
requires_weak = [
|
requires_weak = [
|
||||||
|
"12_boot-late.target",
|
||||||
"00_pcid-spawner.service",
|
"00_pcid-spawner.service",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -90,6 +92,7 @@ data = """
|
|||||||
[unit]
|
[unit]
|
||||||
description = "Wi-Fi control daemon"
|
description = "Wi-Fi control daemon"
|
||||||
requires_weak = [
|
requires_weak = [
|
||||||
|
"12_boot-late.target",
|
||||||
"00_pcid-spawner.service",
|
"00_pcid-spawner.service",
|
||||||
"05_firmware-loader.service",
|
"05_firmware-loader.service",
|
||||||
]
|
]
|
||||||
@@ -105,6 +108,7 @@ data = """
|
|||||||
[unit]
|
[unit]
|
||||||
description = "Evdev input daemon"
|
description = "Evdev input daemon"
|
||||||
requires_weak = [
|
requires_weak = [
|
||||||
|
"12_boot-late.target",
|
||||||
"00_pcid-spawner.service",
|
"00_pcid-spawner.service",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -158,6 +158,7 @@ data = """
|
|||||||
[unit]
|
[unit]
|
||||||
description = "IOMMU DMA remapping daemon"
|
description = "IOMMU DMA remapping daemon"
|
||||||
requires_weak = [
|
requires_weak = [
|
||||||
|
"12_boot-late.target",
|
||||||
"00_pcid-spawner.service",
|
"00_pcid-spawner.service",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -172,7 +173,7 @@ data = """
|
|||||||
[unit]
|
[unit]
|
||||||
description = "D-Bus system bus"
|
description = "D-Bus system bus"
|
||||||
requires_weak = [
|
requires_weak = [
|
||||||
"10_net.target",
|
"12_boot-late.target",
|
||||||
]
|
]
|
||||||
|
|
||||||
[service]
|
[service]
|
||||||
|
|||||||
Reference in New Issue
Block a user