#!/bin/sh

. /opt/jilroy/checkit//bin/env

# start Xor Db
clear
/opt/jilroy/checkit//bin/startdb 2>/dev/null
sudo /opt/jilroy/checkit//bin/runtomcat.sh 2>/dev/null
sleep 2
/opt/jilroy/checkit//bin/runscheduler.sh & 2>/dev/null
/opt/jilroy/checkit//bin/watchdog.sh & 2>/dev/null

echo ""
echo "INFO:  Check-IT system Started"

