mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-02 13:03:23 +00:00
7 lines
154 B
Bash
7 lines
154 B
Bash
#!/usr/bin/env sh
|
|
echo >&2 "Filebeat exited. code=${1}"
|
|
|
|
# terminate other services to exit from the container
|
|
exec s6-svscanctl -t /var/run/s6/services
|
|
|