# vim:ft=perl
use root_t::Daemon;

return root_t::Daemon->new({
    name => 'daemongroup-daemon',
    user => 'nobody',
    group => 'daemon',
});