use Ubic::Service::SimpleDaemon;
my $service = Ubic::Service::SimpleDaemon->new(
    name => 'mds-hide',
    bin => '/usr/bin/mds-hide --config /etc/mds-hide/config.json',
    auto_start => 1,
    ubic_log => '/var/log/ubic/mds-hide/ubic.log',
    stdout => '/var/log/ubic/mds-hide/stdout.log',
    stderr => '/var/log/ubic/mds-hide/stderr.log',
);
