2 lines
118 B
Bash
Executable file
2 lines
118 B
Bash
Executable file
#!/bin/bash
|
|
uwsgi -s /tmp/piapp.sock --chmod-socket=666 --manage-script-name --mount /api=caller:APP --plugin python3
|