diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 21:31:14 -0700 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 21:31:14 -0700 |
commit | fcd9283f144e2dcb18013385ff402a5295701a46 (patch) | |
tree | a520647075b8fc6b38dc888cc342ad9782c556bb /html/start.sh | |
parent | 67e4b234d31626976ad630043814235c936f8bbf (diff) | |
download | tilde.club-fcd9283f144e2dcb18013385ff402a5295701a46.tar.gz tilde.club-fcd9283f144e2dcb18013385ff402a5295701a46.zip |
move fruitvote start
Diffstat (limited to 'html/start.sh')
-rwxr-xr-x | html/start.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/html/start.sh b/html/start.sh deleted file mode 100755 index 3c274a8..0000000 --- a/html/start.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/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 \ - & |