summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-10 16:56:48 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-10 16:56:48 -0600
commitd4830b93c9a1930c937f9a6f813185c95d01917a (patch)
tree2625cbfad8812d0f3c62289b7645a03c6ed40ab0
parent4aced43e43ae4f0a88a777370a7471aecb0dc093 (diff)
downloadtilde.club-d4830b93c9a1930c937f9a6f813185c95d01917a.tar.gz
tilde.club-d4830b93c9a1930c937f9a6f813185c95d01917a.zip
fix database path arg
-rw-r--r--systemd/fruitvote.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/fruitvote.service b/systemd/fruitvote.service
index 5d5c1bf..5f653e1 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 /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/fruitvote/fruitvote.db
Restart=always
[Install]