# File lib/daemon_kit/pid_file.rb, line 6
    def initialize( path )
      @path = path.to_absolute_path
    end