mailcow-dockerized/data/Dockerfiles/unbound/stop-supervisor.sh
2025-04-17 17:29:05 -05:00

10 lines
No EOL
183 B
Bash
Executable file

#!/bin/bash
printf "READY\n";
while read line; do
echo "Processing Event: $line" >&2;
kill -3 $(cat "/var/run/supervisord.pid")
done < /dev/stdin
rm -rf /tmp/healthcheck_status