4 lines
No EOL
118 B
Bash
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" |