diff --git a/scripts/install b/scripts/install index 6bb0d35..e1ca293 100755 --- a/scripts/install +++ b/scripts/install @@ -99,8 +99,8 @@ ynh_script_progression --message="Adding system configurations related to $app.. ynh_add_nginx_config # Create a dedicated systemd config -ynh_add_systemd_config --service="$app" --description="$app service" --template="systemd.service" -yunohost service add "$app" --log="/var/log/$app/$app.log" +ynh_add_systemd_config --service="$app" --template="systemd.service" +yunohost service add "$app" --description="$app service" --log="/var/log/$app/$app.log" # Use logrotate to manage app-specific logfile(s) ynh_use_logrotate