#!/usr/bin/perl

use strict;
use warnings;

use EBox::Loggerd;

my $l = new EBox::Loggerd();

$l->run;
