Update Red Bear configs for live, KDE, legacy-base, and device services

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-18 00:48:58 +01:00
parent 4f814f2024
commit 90168fb789
6 changed files with 38 additions and 9 deletions
+4 -4
View File
@@ -170,7 +170,7 @@ requires_weak = [
cmd = "ion"
args = [
"-c",
"sleep 5; redbear-sessiond",
"redbear-sessiond",
]
type = "oneshot_async"
"""
@@ -188,7 +188,7 @@ requires_weak = [
cmd = "ion"
args = [
"-c",
"sleep 5; redbear-upower",
"redbear-upower",
]
type = "oneshot_async"
"""
@@ -206,7 +206,7 @@ requires_weak = [
cmd = "ion"
args = [
"-c",
"sleep 5; redbear-udisks",
"redbear-udisks",
]
type = "oneshot_async"
"""
@@ -224,7 +224,7 @@ requires_weak = [
cmd = "ion"
args = [
"-c",
"sleep 5; redbear-polkit",
"redbear-polkit",
]
type = "oneshot_async"
"""