From 0a5fef2d398e5e7a90dc8d0f585ac5752a60aaf4 Mon Sep 17 00:00:00 2001 From: Vasilito Date: Tue, 21 Apr 2026 16:15:17 +0100 Subject: [PATCH] Delay runtime services until boot-late Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- config/redbear-device-services.toml | 4 ++++ config/redbear-full.toml | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config/redbear-device-services.toml b/config/redbear-device-services.toml index 8aab5e9e..f748b3c9 100644 --- a/config/redbear-device-services.toml +++ b/config/redbear-device-services.toml @@ -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", ] diff --git a/config/redbear-full.toml b/config/redbear-full.toml index 7edf8058..5a5089a1 100644 --- a/config/redbear-full.toml +++ b/config/redbear-full.toml @@ -158,6 +158,7 @@ data = """ [unit] description = "IOMMU DMA remapping daemon" requires_weak = [ + "12_boot-late.target", "00_pcid-spawner.service", ] @@ -172,7 +173,7 @@ data = """ [unit] description = "D-Bus system bus" requires_weak = [ - "10_net.target", + "12_boot-late.target", ] [service]