Merging 2.2.7 Release Candidate
This commit is contained in:
@@ -33,6 +33,16 @@ start_service() {
|
||||
procd_close_instance
|
||||
echo "Signal Metrics Logger started"
|
||||
|
||||
# Start the QCAINFO Interpreter
|
||||
echo "Starting QCAINFO Interpreter..."
|
||||
procd_open_instance
|
||||
procd_set_param command /www/cgi-bin/services/interpret_qcainfo.sh
|
||||
procd_set_param respawn
|
||||
procd_set_param stdout 1
|
||||
procd_set_param stderr 1
|
||||
procd_close_instance
|
||||
echo "QCAINFO Interpreter started"
|
||||
|
||||
echo "All QuecManager services Started"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user