#!/bin/sh

exec 2>&1

source /etc/htc/pathnames.sh
exec /usr/bin/tft_page_server.py --database-ro $CONFIG_PATH_DB_READONLY
