#!/bin/sh

export ESCDELAY=25
export APPLMGMT_CFG=/etc/applmgmt/applmgmt.conf
MGMT_HOME=/usr/lib/applmgmt
VHERDRUNNER=${MGMT_HOME}/base/bin/vherdrunner

DCUI_HOME=/usr/lib/applmgmt/dcui
export PYTHONPATH="${DCUI_HOME}"
cd "${DCUI_HOME}"
exec "${VHERDRUNNER}" "${DCUI_HOME}/dcui.py" "$@"
