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

Admin panel description fix

This commit is contained in:
Yalh 2019-01-24 04:28:00 +01:00 committed by yalh76
parent 0aa765045a
commit 16b98d3e19
2 changed files with 2 additions and 2 deletions

View file

@ -332,7 +332,7 @@ chown -R $app: /var/log/$app/
#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 WriteFreely" --log "/var/log/$app/$app.log"
#=================================================

View file

@ -116,7 +116,7 @@ systemctl enable $app.service
# ADVERTISE SERVICE IN ADMIN PANEL
#=================================================
yunohost service add $app --log "/var/log/$app/$app.log"
yunohost service add $app --description "$app daemon for WriteFreely" --log "/var/log/$app/$app.log"
#=================================================
# RESTORE THE CRON FILE