service challenge
{
    disable     = no
    type        = UNLISTED
    socket_type = stream
    protocol    = tcp
    port        = 1337
    wait        = no
    user        = user
    server      = /usr/local/bin/python
    server_args = /home/user/diffecient.py
}