# File lib/daemon_kit/pid_file.rb, line 43 def ensure_stopped! if self.running? puts "Process already running with id #{self.pid}" exit 1 end end