#!/bin/bash

if [ -z $BIOMAJ_CONFIG ]; then
    export BIOMAJ_CONFIG=/etc/python3-biomaj3-daemon/config.yml
fi

biomaj_daemon_consumer.py $@
