Page MenuHomeWMGMC Issues

stop-supervisor.sh
No OneTemporary

stop-supervisor.sh

#!/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

File Metadata

Mime Type
text/x-shellscript
Expires
9月 11 Thu, 1:36 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5515
默认替代文本
stop-supervisor.sh (183 B)

Event Timeline