#!/bin/bash

set -o allexport
source ${ENV_FILE:=/etc/advligorts/env} 2>/dev/null || true
set +o allexport

exec /usr/bin/python3 -m rtcds "$@"
