# File lib/headless.rb, line 110
  def destroy
    stop
    CliUtil.kill_process(pid_filename, preserve_pid_file: true, wait: true)
  end