Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/1Panel
/ Sysvinit
Struct
Sysvinit
core/utils/controller/manager/sysvinit.go:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
)
11
12
type
Sysvinit
struct
{
13
toolCmd string
14
Client *ssh.SSHClient
15
}
16
17
func
NewSysvinit() *Sysvinit {
18
return
&Sysvinit{toolCmd:
"service"
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected