#!/usr/bin/perl

use EBox::Loggerd;
my $l = new EBox::Loggerd(); 
 
$l->run;
