3 lines
96 B
Bash
Executable file
3 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
uwsgi --http 127.0.0.1:8000 --module urlaubsauktion.wsgi --uid 1001 --processes 8
|
|
|