polardbxengine/extra/IS/cluster/sample/start_server.sh

5 lines
95 B
Bash

#!/bin/bash
n_th=$1
nohup ./rd_server --flagfile=cluster.conf --server_id=$n_th &>$n_th.log &