snort-docker/scripts/healthcheck.sh
2024-08-22 13:20:45 +03:00

5 lines
89 B
Bash

#!/bin/bash
set -e -o pipefail
[[ $(pgrep --count --full /usr/bin/supervisord) -gt 0 ]]