1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-19 04:41:29 +00:00
Files
mailcow-dockerized/data/Dockerfiles/nginx/stop-supervisor.sh
2025-05-19 09:45:00 +02:00

9 lines
152 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