searxng-custom/src/run.sh
2025-02-15 23:32:49 +11:00

4 lines
No EOL
118 B
Bash

#!/bin/sh
# start uwsgi with SearXNG workload
exec uwsgi --master --http-socket "0.0.0.0:8080" "/etc/uwsgi/uwsgi.ini"