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