diff --git a/manifest.json b/manifest.json index 145409f..6a48508 100644 --- a/manifest.json +++ b/manifest.json @@ -23,7 +23,7 @@ } ], "requirements": { - "yunohost": ">= 4.1.3" + "yunohost": ">= 4.2.0" }, "multi_instance": true, "services": [ diff --git a/scripts/install b/scripts/install index 80022b4..b775cf5 100644 --- a/scripts/install +++ b/scripts/install @@ -136,7 +136,7 @@ chown $app:$app "$final_path/.env" ynh_script_progression --message="Configuring a systemd service..." # Create a dedicated systemd config -ynh_add_systemd_config --others_var="mongodb_servicename ynh_node" +ynh_add_systemd_config #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index f3abe04..e94dbb0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -191,7 +191,7 @@ chown $app:$app "$final_path/.env" ynh_script_progression --message="Upgrading systemd configuration..." # Create a dedicated systemd config -ynh_add_systemd_config --others_var="mongodb_servicename ynh_node" +ynh_add_systemd_config #================================================= # GENERIC FINALIZATION