mirror of
https://github.com/Lanakod-Networks/snort-docker.git
synced 2025-12-11 08:47:05 +00:00
6 lines
141 B
Bash
6 lines
141 B
Bash
#!/bin/bash
|
|
|
|
set -e -o pipefail
|
|
|
|
log "Checking if $(basename "${0}") is healthy ..."
|
|
[[ $(pgrep --count --full /usr/bin/supervisord) -gt 0 ]] |