From 8fedbed7d201cdd069c8cde77c86dd03a17782c8 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 22 Dec 2020 20:38:45 +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 75c0984..e1d9ec5 100644 --- a/scripts/install +++ b/scripts/install @@ -162,7 +162,7 @@ chown -R $app: $final_path #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description "$app daemon for Syncthing" --log_type "systemd" +yunohost service add $app --description "$app daemon for Syncthing" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/restore b/scripts/restore index 181cda8..bbb0233 100644 --- a/scripts/restore +++ b/scripts/restore @@ -98,7 +98,7 @@ systemctl enable $app.service --quiet #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description "$app daemon for Syncthing" --log_type "systemd" +yunohost service add $app --description "$app daemon for Syncthing" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index be04a9b..00a379a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -180,7 +180,7 @@ ynh_add_systemd_config #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description "$app daemon for Syncthing" --log_type "systemd" +yunohost service add $app --description "$app daemon for Syncthing" #================================================= # GENERIC FINALIZATION