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-08-09 17:00:49 +02:00
parent ab19da6e2b
commit 538b1f0cf1
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -171,7 +171,7 @@ chown $app "$final_path/config.json"
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log"
yunohost service add $app --description="Nodejs Forum" --log="/var/log/$app/$app.log"
#=================================================
# START ETHERPAD IN BACKGROUND

View file

@ -102,7 +102,7 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
#=================================================
ynh_restore_file "/etc/systemd/system/$app.service"
systemctl enable $app.service
systemctl enable $app.service --quiet
systemctl start $app
#=================================================