# File lib/nanite/pid_file.rb, line 29
    def remove
      File.delete(@pid_file) if exists?
    end