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