8 lines
206 B
Bash
8 lines
206 B
Bash
|
#!/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 \
|
||
|
&
|