#!/bin/bash

. /etc/odemis.conf

${PYTHON_INTERPRETER:-/usr/bin/python} -m ${START:-odemis.odemisd.start} "$@"
