From 67c392f117a9807279843d8bf0d4993674104c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:39:49 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index dc7140d..4a78cbc 100755 --- a/scripts/install +++ b/scripts/install @@ -54,9 +54,9 @@ 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="Time-series database" --template="systemd.service" +ynh_add_systemd_config --service="$app" --template="systemd.service" -yunohost service add "$app" --log="/var/log/$app/$app.log" +yunohost service add "$app" --description="Time-series database" --log="/var/log/$app/$app.log" ynh_use_logrotate