mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-25 15:51:31 +00:00
[Nginx] use python bootstrapper to start NGINX container
This commit is contained in:
8
data/Dockerfiles/nginx/stop-supervisor.sh
Executable file
8
data/Dockerfiles/nginx/stop-supervisor.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
printf "READY\n";
|
||||
|
||||
while read line; do
|
||||
echo "Processing Event: $line" >&2;
|
||||
kill -3 $(cat "/var/run/supervisord.pid")
|
||||
done < /dev/stdin
|
||||
Reference in New Issue
Block a user