#!/usr/bin/env ruby

require 'async/service'

configuration = Async::Service::Configuration.load
Async::Service::Controller.run(configuration)
