1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 18:26:13 +02:00

Register postgresql service as we are using it

This commit is contained in:
Augustin Trancart 2020-04-19 15:27:38 +02:00
parent b18c40fd0d
commit 2c99375752

View file

@ -211,6 +211,7 @@ ynh_use_logrotate
#================================================= #=================================================
# ADVERTISE SERVICE IN ADMIN PANEL # 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\ yunohost service add $app.target\
--log $final_path/diaspora/log/production.log -t file\ --log $final_path/diaspora/log/production.log -t file\
--log $final_path/diaspora/log/unicorn-stderr.log -t file\ --log $final_path/diaspora/log/unicorn-stderr.log -t file\