Route fallback consoles through activate_console

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 ed738b28d3
commit 6e2ff36e60
6 changed files with 40 additions and 21 deletions
+3 -3
View File
@@ -122,7 +122,7 @@ data = """
[unit]
description = "Console terminals"
requires_weak = [
"20_display.service",
"29_activate_console.service",
]
[service]
@@ -143,7 +143,7 @@ requires_weak = [
[service]
cmd = "inputd"
args = ["-A", "3"]
type = "oneshot"
type = "oneshot_async"
"""
[[files]]
@@ -152,7 +152,7 @@ data = """
[unit]
description = "Debug console"
requires_weak = [
"20_display.service",
"29_activate_console.service",
]
[service]