diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2026-05-13 11:34:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-13 11:34:31 +0200 |
| commit | 09829b1ccc07a797e6ac9a1cf2db58ba90b87ec0 (patch) | |
| tree | d4944775ab4ab1a4a0d11eff84b4309afd76099e /utils | |
| parent | df1f24fb7fdb07e86e8b0ca82acddab97f379433 (diff) | |
[fix] installation instructions - launch SearXNG by python -m (#6078)
[1] https://github.com/searxng/searxng/issues/126#issuecomment-4433874986
Suggested-by: @virtadpt in [1]
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/searxng.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/searxng.sh b/utils/searxng.sh index ccf9f34eb..24add5928 100755 --- a/utils/searxng.sh +++ b/utils/searxng.sh @@ -661,7 +661,7 @@ searxng.instance.localtest() { tee_stderr 0.1 <<EOF | sudo -H -u "${SERVICE_USER}" -i 2>&1 | prefix_stdout "$_service_prefix" export SEARXNG_SETTINGS_PATH="${SEARXNG_SETTINGS_PATH}" cd ${SEARXNG_SRC} -timeout 10 python searx/webapp.py & +timeout 10 python -m searx/webapp & sleep 3 curl --location --verbose --head --insecure ${SEARXNG_INTERNAL_HTTP} EOF |
