#!/usr/bin/env bash

. /usr/share/dosis2/bin/shell-support-functions

OS="`getos`"

# ADD the following line to /etc/crontab
# */5 * * * * root /opt/dosis2/bin/cron/dosis_restart_touchscreen.bash

if [ "${OS}" = "CentOS" ]; then
	pkill -f eGTouchD
	/usr/bin/eGTouchD
fi
