# File lib/new_relic/agent.rb, line 302
    def manual_start(options={})
      raise "Options must be a hash" unless Hash === options
      NewRelic::Control.instance.init_plugin({ :agent_enabled => true, :sync_startup => true }.merge(options))
    end