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

File Metadata

Mime Type
text/x-shellscript
Expires
9月 11 Thu, 1:50 PM (16 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5593
默认替代文本
stop-supervisor.sh (152 B)

Event Timeline