systemctl
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user