mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
Add a yunohost diaspora service
This commit is contained in:
parent
fd153f4f76
commit
a1fe686161
1 changed files with 4 additions and 2 deletions
|
@ -213,8 +213,10 @@ ynh_use_logrotate
|
|||
#=================================================
|
||||
# ADVERTISE SERVICE IN ADMIN PANEL
|
||||
#=================================================
|
||||
# TODO
|
||||
yunohost service add NAME_INIT.D --log "/var/log/FILE.log"
|
||||
yunohost service add $app --log "$final_path/diaspora/log/production.log" \
|
||||
--log "$final_path/diaspora/log/sidekiq.log"\
|
||||
--log "$final_path/diaspora/log/unicorn-stderr.log"\
|
||||
--log "$final_path/diaspora/log/unicorn-stdout.log"
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
|
|
Loading…
Reference in a new issue