tilde.club/html/fruitvote/start.sh
2024-03-09 21:31:14 -07:00

8 lines
206 B
Bash
Executable File

#!/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 \
&