From 82aa3bb0bdd4bf0d548f00c5495ef9569c67f144 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 27 Jun 2020 17:44:26 +0200 Subject: [PATCH] Fix service add --- 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 1c0c7f0..30b4abf 100644 --- a/scripts/install +++ b/scripts/install @@ -309,7 +309,7 @@ fi #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $service_name --description "Creates a Wi-Fi access point" --log_type "systemd" --need_lock +yunohost service add $service_name --description "Creates a Wi-Fi access point" --need_lock #================================================= # START SYSTEMD SERVICE diff --git a/scripts/restore b/scripts/restore index 4a2139f..e95a43a 100644 --- a/scripts/restore +++ b/scripts/restore @@ -136,7 +136,7 @@ systemctl enable $service_name.service #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $service_name --description "Creates a Wi-Fi access point" --log_type "systemd" --need_lock +yunohost service add $service_name --description "Creates a Wi-Fi access point" --need_lock #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index ebaaf4c..ba9a942 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -199,7 +199,7 @@ find ${final_path}/ -type d -exec chmod +x {} \; #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $service_name --description "Creates a Wi-Fi access point" --log_type "systemd" --need_lock +yunohost service add $service_name --description "Creates a Wi-Fi access point" --need_lock #================================================= # START SYSTEMD SERVICE