summaryrefslogtreecommitdiff
path: root/html/fruitvote/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'html/fruitvote/start.sh')
-rwxr-xr-xhtml/fruitvote/start.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/html/fruitvote/start.sh b/html/fruitvote/start.sh
new file mode 100755
index 0000000..3c274a8
--- /dev/null
+++ b/html/fruitvote/start.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+nice -n 19 /home/simponic/fruitvote/fruitvote \
+ --users simponic,nginx \
+ --socket-path /home/simponic/fruitvote/http.sock \
+ --database /home/simponic/fruitvote/db.sqlite \
+ &