From 162a807f5ba1c2ce3e3f7420dc7ba1bdc906537a Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 21 Feb 2021 22:27:05 +0100 Subject: Using option '--log_type systemd' with 'yunohost service add' is not relevant anymore --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/install') diff --git a/scripts/install b/scripts/install index 8f4ca05..a7ee1cb 100644 --- a/scripts/install +++ b/scripts/install @@ -252,9 +252,9 @@ chown -R "$app": "$final_path" #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add "$app-web" --description "$app web service" --log_type "systemd" -yunohost service add "$app-sidekiq" --description "$app sidekiq service" --log_type "systemd" -yunohost service add "$app-streaming" --description "$app streaming service" --log_type "systemd" +yunohost service add "$app-web" --description "$app web service" +yunohost service add "$app-sidekiq" --description "$app sidekiq service" +yunohost service add "$app-streaming" --description "$app streaming service" #================================================= # START SYSTEMD SERVICE -- cgit v1.2.3-70-g09d2