Esempio n. 1
0
 def pid(self):
     """Last known pid for this external process spawned for this uuid."""
     return utils.get_value_from_conf_file(self.pids_path, self.uuid,
                                           self.service_pid_fname, int)
Esempio n. 2
0
 def pid(self):
     """Last known pid for this external process spawned for this uuid."""
     return utils.get_value_from_conf_file(self.pids_path,
                                           self.uuid,
                                           self.service_pid_fname,
                                           int)