pub(crate) async fn find_process_from_pid_file<'a>( system: &'a mut System, pid_file: &Path, ) -> Option<&'a Process>