6 lines
65 B
Bash
6 lines
65 B
Bash
#!/bin/bash
|
|
|
|
gunicorn config.wsgi:application -k gevent
|
|
|
|
exit $?
|