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.