chore(bin/emqx): print pid info if failed to stop
@@ -308,6 +308,8 @@ is_down() {
ps -p "$parent"
return 0
fi
+ echo "ERROR: $PID is still around"
+ ps -p "$PID"
return 1
# it's gone