This commit is contained in:
parent
60565ffeee
commit
0174cf593b
@ -9,7 +9,7 @@ $content = '
|
||||
<p>here you can:</p>
|
||||
|
||||
<ul>
|
||||
<li>vote on your favorite <a href="/~simponic/fruitvote">fruit</a> (WIP; had to do a sneaky on the tilde.club server to get Go running)</li>
|
||||
<li>vote on your favorite <a href="/~simponic/fruitvote">fruit</a> (written in Go! had to pull a sneaky to get it working on the tilde.club server >:3)</li>
|
||||
<li>play <a href="/~simponic/the-abstraction-engine">the abstraction engine</a> (WIP)</li>
|
||||
<li>play <a href="/~simponic/euler-golf">euler golf 2</a></li>
|
||||
<li>program a <a href="/~simponic/turing-machine">turing machine</a></li>
|
||||
|
@ -3,7 +3,7 @@ Description=fruitvote
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/nice -n 19 /home/simponic/fruitvote/fruitvote --socket-path /home/simponic/fruitvote/http.sock --users nginx,simponic --template /home/simponic/fruitvote/templates --fruits /home/simponic/fruitvote/fruits.json --database-path /home/simponic/fruitvote/fruitvote.db
|
||||
ExecStart=/usr/bin/nice -n 19 /home/simponic/fruitvote/fruitvote --socket-path /home/simponic/fruitvote/http.sock --users nginx,simponic --template /home/simponic/fruitvote/templates --fruits /home/simponic/fruitvote/fruits.json --database-path /home/simponic/db/fruitvote.db
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
Loading…
Reference in New Issue
Block a user