tilde.club/systemd/fruitvote.service
Elizabeth Hunt d4830b93c9
All checks were successful
continuous-integration/drone/push Build is passing
fix database path arg
2024-03-10 16:56:48 -06:00

11 lines
385 B
Desktop File

[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/fruitvote/fruitvote.db
Restart=always
[Install]
WantedBy=default.target