class Falcon::Controller::Host

def stop(*)

Stop all specified services.
def stop(*)
	@services.stop
	
	super
end