tilde.club/html/fruitvote/start.sh

8 lines
206 B
Bash
Raw Normal View History

2024-03-09 23:29:25 -05:00
#!/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 \
&