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:
parent
b18c40fd0d
commit
2c99375752
1 changed files with 1 additions and 0 deletions
|
@ -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\
|
||||||
|
|
Loading…
Reference in a new issue