systemd_jp
pub struct SystemdManager { /* fields omitted */ }
impl SystemdManager
fn new(connection: Rc<RefCell<SystemdConnection>>) -> SystemdManager
fn list_units(&self) -> Result<Vec<SystemdUnit>, String>