diff options
Diffstat (limited to 'systemd/fruitvote.service')
-rw-r--r-- | systemd/fruitvote.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/fruitvote.service b/systemd/fruitvote.service index 424aaf1..5d5c1bf 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 +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 Restart=always [Install] |