diff --git a/scripts/install b/scripts/install index 1fb5315..9253e25 100644 --- a/scripts/install +++ b/scripts/install @@ -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 diff --git a/scripts/restore b/scripts/restore index 49201fd..6dfb021 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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 #=================================================