# File lib/chef/daemon.rb, line 117
      def remove_pid_file
        FileUtils.rm(pid_file) if File.exists?(pid_file)
      end