#!/bin/csh 
# GRID-TLSE shell scripts :
# stopping and restarting DIET on the MA computer

# suppress all processes and clean log files
${TLSE_SERVICE_PATH}/bin/TLSE_CleanAll

# restart all
${TLSE_SERVICE_PATH}/bin/TLSE_Run
