diff --git a/wazuh-opendistro/config/etc/services.d/api/finish b/wazuh-opendistro/config/etc/services.d/api/finish deleted file mode 100644 index 38d744d1..00000000 --- a/wazuh-opendistro/config/etc/services.d/api/finish +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env sh -echo >&2 "API exited. code=${1}" - -# terminate other services to exit from the container -exec s6-svscanctl -t /var/run/s6/services - diff --git a/wazuh-opendistro/config/etc/services.d/api/run b/wazuh-opendistro/config/etc/services.d/api/run deleted file mode 100644 index e6e3e831..00000000 --- a/wazuh-opendistro/config/etc/services.d/api/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/with-contenv sh -echo >&2 "starting API" - -exec /bin/node /var/ossec/api/app.js