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          = /usr/bin/ddtelnetd
        server_args     = -u (change to bbs username) -l /path/to/mystic
        log_on_failure += USERID
        disable         = no
}
