blob: 3c274a84a89e78533678b6f6be5205ffd322e6d8 (
plain)
1
2
3
4
5
6
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 \
&
|