From bbc403b4534d4e93b446959791466c9d55239afc Mon Sep 17 00:00:00 2001 From: ofshellohicy Date: Wed, 10 Sep 2014 11:42:21 +0800 Subject: misc updates --- serve.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 serve.sh (limited to 'serve.sh') diff --git a/serve.sh b/serve.sh new file mode 100755 index 0000000..fbc0f55 --- /dev/null +++ b/serve.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +gunicorn -D -w8 --bind unix:/tmp/flask-pastebin.sock pastebin:app -p var/app.pid --access-logfile var/out.log --error-logfile var/error.log -- cgit