1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00

Merge pull request #74 from YunoHost-Apps/no-uwsgi-service

Don't integrate uwsgi service ... the real service is uwsgi@searx
This commit is contained in:
Alexandre Aubin 2021-02-05 16:47:42 +01:00 committed by GitHub
commit 5b7a79a5f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 22 deletions

View file

@ -7,7 +7,7 @@
"fr": "Méta-moteur de recherche respectueux de la vie privée et bidouillable",
"de": "Meta-Suchmaschine, die den Privatsphäre wahrt und 'hackable' ist."
},
"version": "0.18.0~ynh1",
"version": "0.18.0~ynh2",
"url": "https://searx.github.io/searx/",
"license": "AGPL-3.0-or-later",
"maintainer": {

View file

@ -125,13 +125,6 @@ ynh_script_progression --message="Configuring uWSGI for Searx..." --weight=2
ynh_add_uwsgi_service
#=================================================
# ADVERTISE SERVICE IN ADMIN PANEL
#=================================================
# Ajoute le service au monitoring de YunoHost.
yunohost service add uwsgi --log "/var/log/uwsgi/app/$app.log"
#=================================================
# CHECK SEARX STARTING
#=================================================

View file

@ -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
#=================================================

View file

@ -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
#=================================================