diff --git a/config/redbear-device-services.toml b/config/redbear-device-services.toml index 8382330650..782ab35047 100644 --- a/config/redbear-device-services.toml +++ b/config/redbear-device-services.toml @@ -790,7 +790,7 @@ requires_weak = ["00_driver-manager.service"] [service] cmd = "/usr/bin/driver-params" -type = { scheme = "driver-params" } +type = "oneshot_async" """ [[files]] diff --git a/config/redbear-mini.toml b/config/redbear-mini.toml index aefbc35541..e39b0d278b 100644 --- a/config/redbear-mini.toml +++ b/config/redbear-mini.toml @@ -287,7 +287,7 @@ requires_weak = [ [service] cmd = "ucsid" -type = { scheme = "ucsi" } +type = "oneshot_async" """ [[files]] @@ -543,3 +543,25 @@ description = "PCI driver spawner (non-blocking on live-mini)" cmd = "pcid-spawner" type = "oneshot_async" """ + +[[files]] +path = "/etc/init.d/00_ipcd.service" +data = """ +[unit] +description = "Inter-process communication daemon (non-blocking on live-mini)" + +[service] +cmd = "ipcd" +type = "oneshot_async" +""" + +[[files]] +path = "/etc/init.d/00_ptyd.service" +data = """ +[unit] +description = "Pseudo-terminal daemon (non-blocking on live-mini)" + +[service] +cmd = "ptyd" +type = "oneshot_async" +""" diff --git a/local/sources/base b/local/sources/base index 4a1d1f4576..4bfb878b55 160000 --- a/local/sources/base +++ b/local/sources/base @@ -1 +1 @@ -Subproject commit 4a1d1f4576760e9f9a2bcec1f30bfd5389ca1ebd +Subproject commit 4bfb878b55fbb4cd4a2fcb290df885ac4aef53d3