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:
parent
683f457596
commit
84e0720823
2 changed files with 2 additions and 2 deletions
|
@ -373,7 +373,7 @@ ynh_use_logrotate
|
||||||
|
|
||||||
#yunohost service add $app --log "/var/log/$app/APP.log"
|
#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
|
# 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
|
# SETUP SSOWAT
|
||||||
|
|
|
@ -122,7 +122,7 @@ ynh_install_app_dependencies git build-essential postgresql postgresql-contrib o
|
||||||
# ADVERTISE SERVICE IN ADMIN PANEL
|
# 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
|
# RESTORE SYSTEMD
|
||||||
|
|
Loading…
Add table
Reference in a new issue