diff --git a/scripts/install b/scripts/install index ca8d7b1..0b67811 100755 --- a/scripts/install +++ b/scripts/install @@ -266,7 +266,7 @@ setfacl -R -m user:turnserver:rwX /var/log/$app ynh_script_progression --message="Integrating service in YunoHost..." --weight=2 yunohost service add $app --description="Videoconferencing server" --log="/var/log/$app/$app.log" -yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port +yunohost service add coturn-$app --description="Coturn TURN server" --needs_exposed_ports $turnserver_tls_port #================================================= # START SYSTEMD SERVICE diff --git a/scripts/restore b/scripts/restore index 07af19d..5687edc 100755 --- a/scripts/restore +++ b/scripts/restore @@ -96,7 +96,7 @@ systemctl enable coturn-$app.service --quiet ynh_script_progression --message="Integrating service in YunoHost..." --weight=2 yunohost service add $app --description="Videoconferencing server" --log="/var/log/$app/$app.log" -yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port +yunohost service add coturn-$app --description="Coturn TURN server" --needs_exposed_ports $turnserver_tls_port #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index a872b6e..e00c737 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -279,7 +279,7 @@ ynh_use_logrotate --non-append ynh_script_progression --message="Integrating service in YunoHost..." --weight=2 yunohost service add $app --description="Videoconferencing server" --log="/var/log/$app/$app.log" -yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port +yunohost service add coturn-$app --description="Coturn TURN server" --needs_exposed_ports $turnserver_tls_port #================================================= # START SYSTEMD SERVICE