From 313c208837572c537ccecafef4f0aa3a9ea372c2 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Mon, 31 Jul 2023 16:07:25 +0200 Subject: [PATCH] Other scripts as well --- scripts/restore | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 30680e7..19aec23 100644 --- a/scripts/restore +++ b/scripts/restore @@ -75,7 +75,7 @@ systemctl enable $app.service --quiet ynh_restore_file --origin_path="/etc/logrotate.d/$app" -yunohost service add $app --description="Team collaboration communication platform" +yunohost service add $app --description="Team collaboration communication platform" --log=/var/log/$app/rocketchat.log #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index bfc0a40..67cf677 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -110,7 +110,7 @@ ynh_add_systemd_config # Use logrotate to manage app-specific logfile(s) ynh_use_logrotate --non-append -yunohost service add $app --description="Team collaboration communication platform" +yunohost service add $app --description="Team collaboration communication platform" --log=/var/log/$app/rocketchat.log #================================================= # START SYSTEMD SERVICE