start.sh 142 Bytes Raw Blame History Permalink 1 2 3 4 #! /bin/bash python_path=$(which python) nohup ${python_path} /Data/local/metric/plugin/Metric_Zk.py >> /Data/local/metric/metric.log 2>&1 &