From 0445dd8151b4d2502bbc9fb68f2387806fd2180c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 5 Feb 2021 16:07:08 +0100 Subject: [PATCH] Don't integrate uwsgi service ... the real service is uwsgi@searx --- scripts/upgrade | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index fb4bd91..0caaa3c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -159,13 +159,6 @@ ynh_secure_remove --file="/etc/uwsgi/apps-enabled/$app.ini" ynh_secure_remove --file="/etc/uwsgi/apps-available/$app.ini" ynh_add_uwsgi_service -#================================================= -# INTEGRATE SERVICE WITH YUNOHOST -#================================================= - -# Ajoute le service au monitoring de YunoHost. -yunohost service add uwsgi --log "/var/log/uwsgi/app/$app.log" - #================================================= # CHECK SEARX STARTING #=================================================