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