tilde.club/html/fruitvote/start.sh
Lizzy Hunt 1115512817
All checks were successful
continuous-integration/drone/push Build is passing
remove bad database flag, bad curl options, and add sigint listener
2024-03-10 01:25:22 -07:00

8 lines
208 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 \