mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 02:22:22 +02:00
[fix] everything is logged with "priority 3" on journal
Closes: https://github.com/searxng/searxng/issues/3649
This commit is contained in:
parent
319afe031e
commit
26b66dd3be
2 changed files with 1 additions and 2 deletions
|
@ -175,4 +175,4 @@ unset MORTY_KEY
|
|||
|
||||
# Start uwsgi
|
||||
printf 'Listen on %s\n' "${BIND_ADDRESS}"
|
||||
exec su-exec searxng:searxng uwsgi --master --http-socket "${BIND_ADDRESS}" "${UWSGI_SETTINGS_PATH}"
|
||||
exec uwsgi --master --uid searxng --gid searxng --http-socket "${BIND_ADDRESS}" "${UWSGI_SETTINGS_PATH}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue