diff --git a/nodes/orchestration/package/cp-nano-package-list b/nodes/orchestration/package/cp-nano-package-list index 7083db4..68b07f7 100644 --- a/nodes/orchestration/package/cp-nano-package-list +++ b/nodes/orchestration/package/cp-nano-package-list @@ -27,4 +27,5 @@ sdwan="sdwan 1204 SD-WAN" sdwan_logger="sdwanLogger 2204 SD-WAN_Logger" cpview_metric_provider="cpviewMetricProvider 8282" hello_world="hello_world" +crowdsec_aux="crowdsecAux 8081" # ** Please do not remove this comment - newline at end of file required. diff --git a/nodes/orchestration/package/watchdog/watchdog b/nodes/orchestration/package/watchdog/watchdog index ef6ef47..5dd8869 100755 --- a/nodes/orchestration/package/watchdog/watchdog +++ b/nodes/orchestration/package/watchdog/watchdog @@ -667,7 +667,7 @@ load_services() fi log "load_services" "Respawn ${service}" - if [ "${service}" == "/etc/cp/agentIntelligence/redis/redis-server" ]; then + if [ "${service}" == "/etc/cp/agentIntelligence/redis/redis-server" ] || [ "${service}" = "/etc/cp/crowdsecAux/cp-nano-crowdsec-aux" ]; then eval "LD_LIBRARY_PATH=${NGEN_LIB_PATH} ${service} ${execution_flags} &" else eval "LD_LIBRARY_PATH=${NGEN_LIB_PATH} ${service} ${execution_flags} --filesystem_path=${FILESYSTEM_PATH} --log_files_path=${LOG_FILE_PATH} &"