summaryrefslogtreecommitdiff
path: root/systemd/fruitvote.service
blob: 424aaf18782f1ccc83d2d1337f2ccb0945fe3b3a (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
Restart=always

[Install]
WantedBy=default.target