From 128df3d804396c3d2f174f14ccd75c7142944f9d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Thu, 11 Jul 2024 11:35:28 +0200 Subject: [PATCH] Update services.yml --- conf/yunohost/services.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/yunohost/services.yml b/conf/yunohost/services.yml index 19b578c38..0357e251f 100644 --- a/conf/yunohost/services.yml +++ b/conf/yunohost/services.yml @@ -32,9 +32,9 @@ postfix: needs_exposed_ports: [25, 587] category: email postgresql: - actual_systemd_service: 'postgresql@13-main' + actual_systemd_service: 'postgresql@15-main' category: database - ignore_if_package_is_not_installed: postgresql-13 + ignore_if_package_is_not_installed: postgresql-15 redis-server: log: /var/log/redis/redis-server.log category: database