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