diff --git a/scripts/restore b/scripts/restore index 2dd6a90..6f5103e 100755 --- a/scripts/restore +++ b/scripts/restore @@ -65,16 +65,6 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" ynh_script_progression --message="Restoring the logrotate configuration..." --weight=1 ynh_restore_file --origin_path="/etc/logrotate.d/$app" -# INTEGRATE SERVICE IN YUNOHOST -ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -ynh_restore_file --origin_path="/etc/systemd/system/$app.service" -yunohost service add $app --description="A decentral federated small advertisement platform" --log="/var/log/$app/$app.log" -ynh_systemd_action --action=start --line_match="INFO: Application startup complete." - -# RELOAD NGINX -ynh_script_progression --message="Reloading NGINX web server..." --weight=1 -ynh_systemd_action --service_name=nginx --action=reload - # add some debugging to find #21 ynh_exec_warn_less ls -lR /var/lib/couchdb /opt/couchdb/etc $install_dir /var/log/couchdb/couchdb.log \ /var/log/$app/$app.log $data_dir /etc/nginx/conf.d/$domain.d/$app.conf @@ -86,4 +76,14 @@ ynh_exec_warn_less systemctl status couchdb ynh_exec_warn_less ps axuf # debug end +# INTEGRATE SERVICE IN YUNOHOST +ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 +ynh_restore_file --origin_path="/etc/systemd/system/$app.service" +yunohost service add $app --description="A decentral federated small advertisement platform" --log="/var/log/$app/$app.log" +ynh_systemd_action --action=start --line_match="INFO: Application startup complete." + +# RELOAD NGINX +ynh_script_progression --message="Reloading NGINX web server..." --weight=1 +ynh_systemd_action --service_name=nginx --action=reload + ynh_script_progression --message="Restoration completed for $app" --last