insert a reload step

main thread run 'thread_db' directly
insert a 'ulimit' command before run the server
This commit is contained in:
breakwa11 2015-10-10 19:47:50 +08:00
parent 36dc8f9463
commit c73127d858
5 changed files with 21 additions and 10 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash
eval $(ps -ef | grep "[0-9] python server\\.py" | awk '{print "kill "$2}')
eval $(ps -ef | grep "[0-9] python server\\.py m" | awk '{print "kill "$2}')