MCPcopy
hub / github.com/1Panel-dev/1Panel / Systemd

Struct Systemd

agent/utils/controller/manager/systemd.go:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type Systemd struct{ toolCmd string }
8
9func NewSystemd() *Systemd {
10 return &Systemd{toolCmd: "systemctl"}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected