Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
func
(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
run
Function · 0.70
handlerErr
Function · 0.70
Tested by
no test coverage detected