MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / execSystemctl

Method execSystemctl

packages/server/src/svc/systemd.ts:35–35  ·  view source on GitHub ↗
(args: readonly string[], options?: ExecOptions)

Source from the content-addressed store, hash-verified

33export interface SystemdManagerDeps {
34
35 execSystemctl(args: readonly string[], options?: ExecOptions): Promise<ExecResult>;
36
37 resolveProgram(): string;
38

Callers 7

installFunction · 0.80
uninstallFunction · 0.80
startFunction · 0.80
stopFunction · 0.80
restartFunction · 0.80
statusFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected