Commit 0372e935 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼 Committed by Julien Muchembled

galene: increase limit of open files for galene process

parent 32bf8008
......@@ -15,4 +15,4 @@
[instance-cfg]
filename = instance.cfg.in
md5sum = a9a3b63b6fb4ecd957fb86fe30f3d1cf
md5sum = 4bde8792003cbd7038a8b55bebd5f24a
......@@ -67,18 +67,21 @@ input = inline:{
output = $${directory:groups}/public.json
[galene-wrapper]
recipe = slapos.cookbook:wrapper
recipe = slapos.recipe.template:jinja2
port = 8443
ip = $${slap-configuration:ipv6-random}
command-line =
${galene:location}/bin/galene
-static ${galene-repository:location}/static
-recordings $${directory:recordings}
-groups $${directory:groups}
-data $${directory:data}
-http [$${:ip}]:$${:port}
template =
inline:#!/bin/sh
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} \
-turn ""
wrapper-path = $${directory:services}/galene
rendered = $${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