1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Add admin panel advertisement

This commit is contained in:
Yalh 2019-01-24 01:25:23 +01:00 committed by yalh76
parent 683f457596
commit 84e0720823
2 changed files with 2 additions and 2 deletions

View file

@ -373,7 +373,7 @@ ynh_use_logrotate
#yunohost service add $app --log "/var/log/$app/APP.log"
# if using yunohost version 3.2 or more in the 'manifest.json', a description can be added
#yunohost service add $app --description "$app daemon for XXX" --log "/var/log/$app/APP.log"
yunohost service add $app --description "$app daemon for Pleroma" --log "/var/log/$app/$app.log"
#=================================================
# SETUP SSOWAT

View file

@ -122,7 +122,7 @@ ynh_install_app_dependencies git build-essential postgresql postgresql-contrib o
# ADVERTISE SERVICE IN ADMIN PANEL
#=================================================
yunohost service add $app --log "/var/log/$app/APP.log"
yunohost service add $app --description "$app daemon for Pleroma" --log "/var/log/$app/$app.log"
#=================================================
# RESTORE SYSTEMD