Commit 7ae22318 authored by Julien Muchembled's avatar Julien Muchembled

Revert "galene: increase limit of open files for galene process"

This reverts commit 16d90017
because new use of collective.recipe.template is forbidden.
parents 685f611d 93d4fc40
......@@ -15,4 +15,4 @@
[instance-cfg]
filename = instance.cfg.in
md5sum = 8341d1d8c1839a1c623dd0fd771ef104
md5sum = a9a3b63b6fb4ecd957fb86fe30f3d1cf
......@@ -67,21 +67,18 @@ input = inline:{
output = $${directory:groups}/public.json
[galene-wrapper]
recipe = collective.recipe.template
recipe = slapos.cookbook:wrapper
port = 8443
ip = $${slap-configuration:ipv6-random}
input = inline:
#!/bin/bash
ulimit -n $(ulimit -Hn)
exec ${galene:location}/bin/galene \
-static ${galene-repository:location}/static \
-recordings $${directory:recordings} \
-groups $${directory:groups} \
-data $${directory:data} \
-http [$${:ip}]:$${:port} \
command-line =
${galene:location}/bin/galene
-static ${galene-repository:location}/static
-recordings $${directory:recordings}
-groups $${directory:groups}
-data $${directory:data}
-http [$${:ip}]:$${:port}
-turn ""
output = $${directory:services}/galene
mode = 0755
wrapper-path = $${directory:services}/galene
depends =
$${ice-servers.json:recipe}
$${groups-json:recipe}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment