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