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

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