1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00
This commit is contained in:
ericgaspar 2021-09-01 18:36:40 +02:00
parent fa21d3a85a
commit 99b77f5c13
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 3 additions and 3 deletions

View file

@ -162,7 +162,7 @@ ynh_add_systemd_config
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
yunohost service add $app --description="Nodejs Forum" --log="/var/log/$app/$app.log"
yunohost service add $app --description="Forum software" --log="/var/log/$app/$app.log"
#=================================================
# START ETHERPAD IN BACKGROUND

View file

@ -101,7 +101,7 @@ systemctl enable $app.service --quiet
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
yunohost service add $app --description="Nodejs Forum" --log="/var/log/$app/$app.log"
yunohost service add $app --description="Forum software" --log="/var/log/$app/$app.log"
#=================================================
# START SYSTEMD SERVICE

View file

@ -128,7 +128,7 @@ ynh_add_systemd_config
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
yunohost service add $app --description="Nodejs Forum" --log="/var/log/$app/$app.log"
yunohost service add $app --description="Forum software" --log="/var/log/$app/$app.log"
#=================================================
# START SYSTEMD SERVICE