MCPcopy Index your code
hub / github.com/1Panel-dev/1Panel / Reload

Method Reload

agent/utils/controller/manager/systemd.go:73–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (s *Systemd) Reload() error {
74 out, err := run(s.toolCmd, "daemon-reload")
75 return handlerErr(out, err)
76}
77
78func systemdAliasFallbackName(serviceName string) string {
79 switch serviceName {

Callers

nothing calls this directly

Calls 2

runFunction · 0.70
handlerErrFunction · 0.70

Tested by

no test coverage detected