#!/bin/bash
# GRID-TLSE shell scripts :
# add SeD (MA or working computer)

hostname=`hostname`
echo $hostname

echo "Launching DIET SeD..."
${TLSE_SERVICE_PATH}/bin/DIET_TLSE_SeD ${TLSE_SERVICE_PATH}/config/TLSE_SeD.cfg $TLSE_SERVICE_PATH/config/deployment.txt >& ${TLSE_SERVICE_PATH}/log/DIET_SeD.trace &
sleep 3

echo "Launching DAGDA SeD..."
${TLSE_SERVICE_PATH}/bin/DAGDA_TLSE_SeD ${TLSE_SERVICE_PATH}/config/TLSE_SeD.cfg >& ${TLSE_SERVICE_PATH}/log/DAGDA_SeD.trace &
sleep 3
