# File lib/thinking_sphinx/interfaces/daemon.rb, line 12
  def status
    if command :running
      stream.puts "The Sphinx daemon searchd is currently running."
    else
      stream.puts "The Sphinx daemon searchd is not currently running."
    end
  end