systemctl

This commit is contained in:
Raven Scott
2026-04-03 18:24:15 -04:00
parent ef9ef9058f
commit b727177842
23 changed files with 843 additions and 108 deletions
+7
View File
@@ -0,0 +1,7 @@
/** Booter delegates systemctl to systemctl-cli.js (kernel-runner). */
async function run(ctx, argv) {
ctx.console.error(
'systemctl: not executed in host booter (delegation missing)'
)
ctx.exitCode = 1
}