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