From 3e2ece00bd6bedac38c6888120c53b194d344310 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 29 Oct 2023 09:36:29 +0100 Subject: [PATCH] cleaning --- manifest.toml | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2c4963c..2efb4a1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -22,7 +22,7 @@ multi_instance = false ldap = false sso = false disk = "50M" -ram.build = "50M" +ram.build = "350M" ram.runtime = "50M" [install] diff --git a/scripts/upgrade b/scripts/upgrade index cb6689c..b1618c3 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -22,7 +22,7 @@ upgrade_type=$(ynh_check_app_version_changed) #================================================= ynh_script_progression --message="Stopping a systemd service..." -ynh_systemd_action --service_name=$app --action="stop" +ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd" #================================================= # UPGRADE DEPENDENCIES