diff --git a/scripts/experimental_helper.sh b/scripts/experimental_helper.sh index 3c816df..4691926 100644 --- a/scripts/experimental_helper.sh +++ b/scripts/experimental_helper.sh @@ -137,7 +137,7 @@ ynh_restore_uwsgi_service () { chown $app:root /var/log/uwsgi/$app chmod -R u=rwX,g=rX,o= /var/log/uwsgi/$app - 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" } #=================================================