class Falcon::Controller::Host

def stop(*)

def stop(*)
	@services.stop
	
	super
end