#!/usr/bin/perl

use warnings;
use strict;

use EBox;
use EBox::ServiceManager;

EBox::init();

my $mgr = new EBox::ServiceManager;
$mgr->updateModuleDigests('network');

exit 0;
