diff --git a/scripts/experimental_helper.sh b/scripts/experimental_helper.sh index 5c3c786..3c816df 100644 --- a/scripts/experimental_helper.sh +++ b/scripts/experimental_helper.sh @@ -109,7 +109,7 @@ ynh_add_uwsgi_service () { systemctl enable "uwsgi-app@$app.service" # Add as a service - yunohost service add "uwsgi-app@$app" --log "/var/log/uwsgi/$app/$app.log" + yunohost service add "uwsgi-app@$app" --log "/var/log/uwsgi/$app/$app.log" --description="UWSGI service for $app" } # Remove the dedicated uwsgi ini file