blob: 5ebd77fbe08e5166b0b42fee7a1c518f32007cb5 (
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-path /home/simponic/db/fruitvote.db
Restart=always
[Install]
WantedBy=default.target
|