diff options
Diffstat (limited to 'start_uwsgi.sh')
-rwxr-xr-x | start_uwsgi.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/start_uwsgi.sh b/start_uwsgi.sh new file mode 100755 index 0000000..9f82bf5 --- /dev/null +++ b/start_uwsgi.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env sh + +mkdir -p cache +uwsgi_python -s /tmp/uwsgi_partmon.sock -w partmom:app --processes 4 -C a+rw |