1
This commit is contained in:
parent
6b39424bb3
commit
d214299d0b
@ -24,7 +24,7 @@ def monitor_gs():
|
||||
pids = getRuningProgramPids('gameserver2002')
|
||||
if len(pids) <= 0:
|
||||
print('zzzz')
|
||||
os.popen('nohup ./gameserver2002 -n1 -i1 >> gameserver2002.out 2>&1 &')
|
||||
os.popen('nohup ./gameserver2002 -n1 -i1 -f1,2,3,4>> gameserver2002.out 2>&1 &')
|
||||
time.sleep(2)
|
||||
|
||||
monitor_gs()
|
||||
|
Loading…
x
Reference in New Issue
Block a user