service telnet
{
        only_from       = 0.0.0.0  # Remove this to only allow local connections.
        flags           = REUSE NODELAY KEEPALIVE
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        server          = /path/to/ddtelnetd
        server_args     = -u bbs -l /path/to/enthral
        log_on_failure += USERID
        disable         = no
}