# File:     AppDef.txt
# Module:   FSPx (SBTS) FSM-r3
#
# Config file to start processes by CCS Daemon with command line args
# <app name>;<app exe>;<app args>;<priority>;<supervision flag>;<synchronisation flag>
#
# Priority flag is reserved for future use.
# Values for supervision flag:
# 0 - not supervised (do not inform UM (per node status) if crashes)
# 1 - supervised (node status set to not o.k. if it crashes)
# 2 - critical (CC&S (AaPro) will reset board if it crashes)
#
# Synchronisation flag is a string with value like "app.lom.online".
# Supervision and synchronisation flags are optional. Default value for supervision flag is 'not supervised'.
#
FaultServiceExe;/opt/FaultServiceExe/FaultServiceExe;;0;1;app.fault_service.online
LOM;/opt/LOMexe/LOMexe;--startup ;0;1;
UEC;/opt/UECexe/UECexe;;0;1;
CELLC;/opt/CELLCexe/CELLCexe;;0;1;
