From d4830b93c9a1930c937f9a6f813185c95d01917a Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 10 Mar 2024 16:56:48 -0600 Subject: [PATCH] fix database path arg --- systemd/fruitvote.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]