diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-03-04 19:56:40 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-03-04 19:56:40 +0100 |
commit | cbc08fdc26e96bf2cb02b76a30be095f5f60df9f (patch) | |
tree | 3d5104653f11015dfae7fa3d321e4bd90226efa6 /utils/searx.sh | |
parent | 3aff2c19d16619d949dc52216b29ef637d1a44a1 (diff) | |
download | searxng-cbc08fdc26e96bf2cb02b76a30be095f5f60df9f.tar.gz searxng-cbc08fdc26e96bf2cb02b76a30be095f5f60df9f.zip |
docs: describe uwsgi setup of all suported distributions
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/searx.sh')
-rwxr-xr-x | utils/searx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/searx.sh b/utils/searx.sh index 03911dff6..a93e36c95 100755 --- a/utils/searx.sh +++ b/utils/searx.sh @@ -668,7 +668,7 @@ enable: sudo -H ln -s ${uWSGI_APPS_AVAILABLE}/${SEARX_UWSGI_APP} ${uWSGI_APPS start: sudo -H service uwsgi start ${SEARX_UWSGI_APP%.*} restart: sudo -H service uwsgi restart ${SEARX_UWSGI_APP%.*} stop: sudo -H service uwsgi stop ${SEARX_UWSGI_APP%.*} -disable: sudo -H rm ${uWSGI_APPS_ENABLED}/${CONF} +disable: sudo -H rm ${uWSGI_APPS_ENABLED}/${SEARX_UWSGI_APP} EOF ;; arch-*) cat <<EOF |