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:
2026-04-21 16:15:17 +01:00
parent b083e7cd3f
commit 0a5fef2d39
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -62,6 +62,7 @@ data = """
[unit]
description = "Firmware loading scheme"
requires_weak = [
"12_boot-late.target",
"00_pcid-spawner.service",
]
@@ -76,6 +77,7 @@ data = """
[unit]
description = "udev compatibility shim"
requires_weak = [
"12_boot-late.target",
"00_pcid-spawner.service",
]
@@ -90,6 +92,7 @@ data = """
[unit]
description = "Wi-Fi control daemon"
requires_weak = [
"12_boot-late.target",
"00_pcid-spawner.service",
"05_firmware-loader.service",
]
@@ -105,6 +108,7 @@ data = """
[unit]
description = "Evdev input daemon"
requires_weak = [
"12_boot-late.target",
"00_pcid-spawner.service",
]