service chal
{
    disable = no
    type = UNLISTED
    socket_type = stream
    protocol = tcp
    server = /home/ctf/run.sh
    user = ctf
    port = 9999
    flags = REUSE
    bind = 0.0.0.0
    wait = no
    log_type = FILE /dev/stdout
}