# File lib/god/conditions/process_exits.rb, line 36 def pid self.pid_file ? File.read(self.pid_file).strip.to_i : self.watch.pid end