diff options
Diffstat (limited to 'html/fruitvote/start.sh')
-rwxr-xr-x | html/fruitvote/start.sh | 7 |
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 \ + & |