View Single Post
  #4  
Old 02-03-2014, 04:17 PM
sentientnz
Fire Beetle
 
Join Date: Feb 2013
Posts: 4
Default

I had to add:

Code:
	<!-- Launcher Configuration -->
	<launcher>
		<exe>Bin/zone</exe>
		<timers restart="10000" reterminate="10000" />
		<!-- <logprefix>logs/zone-</logprefix> -->
		<!-- <logsuffix>.log</logsuffix> -->
		<!-- <exe>zone.exe or ./zone</exe> -->
		<!-- <timers restart="10000" reterminate="10000"> -->
	</launcher>
Now it all works as expected. 5 zones launched and stayed up.

This seems to be the one subsection that doesn't indicate that it shows the defaults.?!?!

I tried adding <exe>./zone</exe> but it fails as before.
Only <exe>Bin/zone</exe> seems to work.

I didn't check if the <timers... > was required.
Reply With Quote