summaryrefslogtreecommitdiff
path: root/systemd/fruitvote.service
blob: 5d5c1bfa27f1f64b96613b644d616c13c8f2e590 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
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
Restart=always

[Install]
WantedBy=default.target