Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
export
interface
SystemdManagerDeps {
34
35
execSystemctl(args: readonly string[], options?: ExecOptions): Promise<ExecResult>;
36
37
resolveProgram(): string;
38
Callers
7
install
Function · 0.80
uninstall
Function · 0.80
start
Function · 0.80
stop
Function · 0.80
restart
Function · 0.80
status
Function · 0.80
assertUserSystemdAvailable
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected