#!/usr/bin/perl -w

use strict;

use lib '/app/tools/rdas/lib';
use RDAS::Throttler::Daemon;

RDAS::Throttler::Daemon->start();
