open-productive-stack/mailcow/data/Dockerfiles/unbound/stop-supervisor.sh
2025-04-06 22:48:06 +02: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