From 7c53ca6dcef0583c97b55759778d3b9a444f6e88 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 26 Dec 2020 00:23:44 +0100 Subject: [PATCH] Using option '--log_type systemd' with 'yunohost service add' is not relevant anymore --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 7f73858..c9bf422 100644 --- a/scripts/install +++ b/scripts/install @@ -170,7 +170,7 @@ ynh_use_logrotate #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description "$app search index daemon" --log_type systemd +yunohost service add $app --description "$app search index daemon" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/restore b/scripts/restore index 40f754e..deb7278 100644 --- a/scripts/restore +++ b/scripts/restore @@ -108,7 +108,7 @@ systemctl enable $app.service --quiet #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description "$app search index daemon" --log_type systemd +yunohost service add $app --description "$app search index daemon" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index f153625..48723ca 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -172,7 +172,7 @@ ynh_use_logrotate --non-append #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description "$app search index daemon" --log_type systemd +yunohost service add $app --description "$app search index daemon" #================================================= # START SYSTEMD SERVICE