class Falcon::Controller::Host

def start

Start all specified services.
def start
	@services.start
	
	super
end