Remove unnecessary ion -c wrappers from service configs

This commit is contained in:
2026-04-25 17:38:28 +01:00
parent f6ca9f671c
commit ab525d4b5d
2 changed files with 11 additions and 47 deletions
+5 -25
View File
@@ -166,11 +166,7 @@ requires_weak = [
]
[service]
cmd = "ion"
args = [
"-c",
"redbear-sessiond",
]
cmd = "redbear-sessiond"
type = "oneshot_async"
"""
@@ -200,11 +196,7 @@ requires_weak = [
]
[service]
cmd = "ion"
args = [
"-c",
"redbear-upower",
]
cmd = "redbear-upower"
type = "oneshot_async"
"""
@@ -218,11 +210,7 @@ requires_weak = [
]
[service]
cmd = "ion"
args = [
"-c",
"redbear-udisks",
]
cmd = "redbear-udisks"
type = "oneshot_async"
"""
@@ -236,11 +224,7 @@ requires_weak = [
]
[service]
cmd = "ion"
args = [
"-c",
"redbear-polkit",
]
cmd = "redbear-polkit"
type = "oneshot_async"
"""
@@ -254,11 +238,7 @@ requires_weak = [
]
[service]
cmd = "ion"
args = [
"-c",
"redbear-authd",
]
cmd = "redbear-authd"
type = "oneshot_async"
"""
+6 -22
View File
@@ -172,8 +172,8 @@ requires_weak = [
]
[service]
cmd = "ion"
args = ["-c", "echo RB_SERIAL_PROBE_OK"]
cmd = "echo"
args = ["RB_SERIAL_PROBE_OK"]
type = "oneshot"
"""
@@ -364,11 +364,7 @@ requires_weak = [
]
[service]
cmd = "ion"
args = [
"-c",
"redbear-sessiond",
]
cmd = "redbear-sessiond"
type = "oneshot_async"
"""
@@ -397,11 +393,7 @@ requires_weak = [
]
[service]
cmd = "ion"
args = [
"-c",
"redbear-upower",
]
cmd = "redbear-upower"
type = "oneshot_async"
"""
@@ -415,11 +407,7 @@ requires_weak = [
]
[service]
cmd = "ion"
args = [
"-c",
"redbear-udisks",
]
cmd = "redbear-udisks"
type = "oneshot_async"
"""
@@ -433,11 +421,7 @@ requires_weak = [
]
[service]
cmd = "ion"
args = [
"-c",
"redbear-polkit",
]
cmd = "redbear-polkit"
type = "oneshot_async"
"""