# File lib/daemons/pidfile.rb, line 94 def pid=(p) File.open(filename, 'w') do |f| f.chmod(0644) f.puts p # Process.pid end end