GetSystemdInfoHandler handles detailed systemd service info requests
| 182 | |
| 183 | // GetSystemdInfoHandler handles detailed systemd service info requests |
| 184 | type GetSystemdInfoHandler struct{} |
| 185 | |
| 186 | func (h *GetSystemdInfoHandler) Handle(hctx *HandlerContext) error { |
| 187 | if hctx.Agent.systemdManager == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected