1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
This commit is contained in:
ericgaspar 2021-03-08 10:35:29 +01:00
parent 92a7699c29
commit 45c519aafc
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 3 deletions

View file

@ -8,7 +8,7 @@ Type=simple
WorkingDirectory=__FINALPATH__/
User=__APP__
Group=__APP__
ExecStart=__FINALPATH__/galene -turn :__TURNSERVER_PORT__
ExecStart=__FINALPATH__/galene
LimitNOFILE=65536
[Install]

View file

@ -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