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