diff --git a/conf/systemd.service b/conf/systemd.service index bc82d7d..cff556e 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -8,7 +8,7 @@ Type=simple WorkingDirectory=__FINALPATH__/ User=__APP__ Group=__APP__ -ExecStart=__FINALPATH__/galene -turn :__TURNSERVER_PORT__ +ExecStart=__FINALPATH__/galene LimitNOFILE=65536 [Install] diff --git a/scripts/install b/scripts/install index 85b9c20..f3c6364 100755 --- a/scripts/install +++ b/scripts/install @@ -150,8 +150,6 @@ adduser turnserver ssl-cert #================================================= ynh_script_progression --message="Configuring a systemd service..." --weight=1 -ynh_replace_string --match_string="__TURNSERVER_PORT__" --replace_string="$turnserver_port" --target_file="../conf/systemd.service" - # Create a dedicated systemd config ynh_add_systemd_config