From 2c993757528f71689ba8d60e646ea6afb2f0ea88 Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Sun, 19 Apr 2020 15:27:38 +0200 Subject: [PATCH] Register postgresql service as we are using it --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 806b9e2..faf301c 100755 --- a/scripts/install +++ b/scripts/install @@ -211,6 +211,7 @@ ynh_use_logrotate #================================================= # ADVERTISE SERVICE IN ADMIN PANEL #================================================= +yunohost service add postgresql --log /var/log/postgresql/postgresql-9.4-main.log --description "PostgreSQL RDBMS" yunohost service add $app.target\ --log $final_path/diaspora/log/production.log -t file\ --log $final_path/diaspora/log/unicorn-stderr.log -t file\