Searched refs:exec_one_shot (Results 1 – 1 of 1) sorted by relevance
30 ServiceType::OneShot => return Self::exec_one_shot(service), in exec()107 fn exec_one_shot(_service: &ServiceUnit) -> Result<(), RuntimeError> { in exec_one_shot() method