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