hot load config
support userapiconfig
This commit is contained in:
parent
4d43e12139
commit
569aaa5248
9 changed files with 63 additions and 27 deletions
2
run.sh
2
run.sh
|
@ -2,5 +2,5 @@
|
|||
cd `dirname $0`
|
||||
eval $(ps -ef | grep "[0-9] python server\\.py m" | awk '{print "kill "$2}')
|
||||
ulimit -n 512000
|
||||
nohup python server.py m>> ssserver.log 2>&1 &
|
||||
nohup python server.py m>> /dev/null 2>&1 &
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue