small-package/luci-app-ssr-mudb-server/root/usr/share/ssr_mudb_server/run.sh

8 lines
234 B
Bash
Executable File

#!/bin/bash
cd `dirname $0`
#python_ver=$(ls /usr/bin|grep -e "^python[23]\.[1-9]\+$"|tail -1)
eval $(ps -ef | grep "[0-9] python server\\.py m" | awk '{print "kill "$2}')
ulimit -n 512000
nohup python server.py m>> /dev/null 2>&1 &