Merging 2.2.7 Release Candidate

This commit is contained in:
Russel Yasol
2025-08-12 09:50:34 +08:00
parent c47f32da66
commit e75ff823a3
124 changed files with 863 additions and 262 deletions

View File

@@ -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"
}