#!/bin/sh
export PYTHONPATH="/opt/mx-ergo-mapper${PYTHONPATH:+:$PYTHONPATH}"
exec python3 -m mx_ergo_mapper.daemon "$@"
