summaryrefslogtreecommitdiff
path: root/systemd/fruitvote.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/fruitvote.service')
-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]