MCPcopy
hub / github.com/henrygd/beszel / GetSystemdInfoHandler

Struct GetSystemdInfoHandler

agent/handlers.go:184–184  ·  view source on GitHub ↗

GetSystemdInfoHandler handles detailed systemd service info requests

Source from the content-addressed store, hash-verified

182
183// GetSystemdInfoHandler handles detailed systemd service info requests
184type GetSystemdInfoHandler struct{}
185
186func (h *GetSystemdInfoHandler) Handle(hctx *HandlerContext) error {
187 if hctx.Agent.systemdManager == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected