From f1d0cfa88ef5e496acc3a1d05dfc154d6c1d71c1 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 5 Feb 2021 16:08:54 +0100 Subject: [PATCH] Don't integrate uwsgi service ... the real service is uwsgi@searx --- scripts/restore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/restore b/scripts/restore index f9866b0..7641b1d 100755 --- a/scripts/restore +++ b/scripts/restore @@ -88,13 +88,6 @@ chown $app:root /var/log/uwsgi/$app ynh_check_global_uwsgi_config systemctl enable "uwsgi-app@$app.service" --quiet -#================================================= -# ADVERTISE SERVICE IN ADMIN PANEL -#================================================= - -# Ajoute le service au monitoring de YunoHost. -yunohost service add uwsgi --log "/var/log/uwsgi/app/$app.log" - #================================================= # GENERIC FINALISATION #=================================================