class Falcon::Controller::Host

def start

def start
	@services.start
	
	super
end