MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / Status

Method Status

agent/utils/controller/manager/openrc.go:38–40  ·  view source on GitHub ↗
(serviceName string)

Source from the content-addressed store, hash-verified

36 return true, nil
37}
38func (s *Openrc) Status(serviceName string) (string, error) {
39 return run(s.toolCmd, serviceName, "status")
40}
41
42func (s *Openrc) Operate(operate, serviceName string) error {
43 switch operate {

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected