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月 9 Tue, 5:40 AM (7 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5311
默认替代文本
stop-supervisor.sh (183 B)

Event Timeline