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

Method Reload

core/utils/controller/manager/systemd.go:77–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func (s *Systemd) Reload() error {
78 out, err := run(s.Client, s.toolCmd, "daemon-reload")
79 return handlerErr(out, err)
80}

Callers

nothing calls this directly

Calls 2

runFunction · 0.70
handlerErrFunction · 0.70

Tested by

no test coverage detected