Files
bare-operating-system/packages/bare-os-seeder/kernel/bin/systemctl
T
2026-04-03 18:24:15 -04:00

8 lines
215 B
Plaintext

/** 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
}