diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 01:41:11 -0700 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 01:41:11 -0700 |
commit | b74bd67a4a25076812e86e7989a63b9540e68b25 (patch) | |
tree | 39824a177b8e3b4d25123392427442f6a3d4add1 /html/fruitvote/start.sh | |
parent | 11155128178ff3d8ea803a70dd7749e594b247a9 (diff) | |
download | tilde.club-b74bd67a4a25076812e86e7989a63b9540e68b25.tar.gz tilde.club-b74bd67a4a25076812e86e7989a63b9540e68b25.zip |
attempt systemd deployment
Diffstat (limited to 'html/fruitvote/start.sh')
-rwxr-xr-x | html/fruitvote/start.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/html/fruitvote/start.sh b/html/fruitvote/start.sh deleted file mode 100755 index dd3036b..0000000 --- a/html/fruitvote/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 \ |