diff --git a/scripts/install b/scripts/install
index ad941ee..645985c 100755
--- a/scripts/install
+++ b/scripts/install
@@ -136,7 +136,7 @@ ynh_add_systemd_config
 # ADVERTISE SERVICE IN ADMIN PANEL
 #=================================================
 
-yunohost service add $app --description="Low-code programming for event-driven applications" --log_type="systemd"
+yunohost service add $app --description="Low-code programming for event-driven applications"
 
 #=================================================
 # START SYSTEMD SERVICE
diff --git a/scripts/restore b/scripts/restore
index 5e585e5..67b913f 100755
--- a/scripts/restore
+++ b/scripts/restore
@@ -86,7 +86,7 @@ systemctl enable $app.service --quiet
 # ADVERTISE SERVICE IN ADMIN PANEL
 #=================================================
 
-yunohost service add $app --description="Low-code programming for event-driven applications" --log_type="systemd"
+yunohost service add $app --description="Low-code programming for event-driven applications"
 
 #=================================================
 # START SYSTEMD SERVICE
diff --git a/scripts/upgrade b/scripts/upgrade
index f3e3c7e..c53213a 100755
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -215,7 +215,7 @@ chmod a-w "$final_path/data/settings.js"
 # ADVERTISE SERVICE IN ADMIN PANEL
 #=================================================
 
-yunohost service add $app --description="Low-code programming for event-driven applications" --log_type="systemd"
+yunohost service add $app --description="Low-code programming for event-driven applications"
 
 #=================================================
 # START SYSTEMD SERVICE