From 1c0be61b0c801a01d7d43bf81f36b5ae0f45c805 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 22 Dec 2020 21:35:59 +0100 Subject: [PATCH] Using option '--log_type systemd' with 'yunohost service add' is not relevant anymore --- scripts/install | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 4a35df8..4d60f97 100755 --- a/scripts/install +++ b/scripts/install @@ -253,7 +253,7 @@ chown -R "$app":"$app" "$final_path" #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description "$app daemon for Pleroma" --log_type "systemd" +yunohost service add $app --description "$app daemon for Pleroma" #================================================= # SETUP SSOWAT diff --git a/scripts/restore b/scripts/restore index cc8ef1a..f8692d7 100755 --- a/scripts/restore +++ b/scripts/restore @@ -143,7 +143,7 @@ systemctl enable $app.service --quiet #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description "$app daemon for Pleroma" --log_type "systemd" +yunohost service add $app --description "$app daemon for Pleroma" #================================================= # START SYSTEMD SERVICE