diff --git a/html/public/index.php b/html/public/index.php
index bce09f5..80aaec2 100644
--- a/html/public/index.php
+++ b/html/public/index.php
@@ -9,7 +9,7 @@ $content = '
here you can:
- - vote on your favorite fruit (WIP; had to do a sneaky on the tilde.club server to get Go running)
+ - vote on your favorite fruit (written in Go! had to pull a sneaky to get it working on the tilde.club server >:3)
- play the abstraction engine (WIP)
- play euler golf 2
- program a turing machine
diff --git a/systemd/fruitvote.service b/systemd/fruitvote.service
index 5f653e1..5ebd77f 100644
--- a/systemd/fruitvote.service
+++ b/systemd/fruitvote.service
@@ -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]