# File lib/daemon_kit/pid_file.rb, line 55
    def write!
      File.open( @path, 'w' ) { |f|
        f.puts Process.pid
      }
    end