hot load config
support userapiconfig
This commit is contained in:
parent
4d43e12139
commit
569aaa5248
9 changed files with 63 additions and 27 deletions
6
logrun.sh
Normal file
6
logrun.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
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 &
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue