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