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

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