3 lines
78 B
Bash
3 lines
78 B
Bash
|
#!/bin/bash
|
||
|
uwsgi --socket 127.0.0.1:9360 --module vpnmanager.wsgi --uid 1001
|