Skip to main content

list_services

Function list_services 

Source
pub fn list_services() -> Result<Vec<(String, String)>, Error>
Expand description

Lists all installed services and their current status.

ยงErrors

Returns an error if installed packages cannot be retrieved or if querying service status fails.