tilde.club/systemd/fruitvote.service

11 lines
378 B
SYSTEMD
Raw Normal View History

2024-03-10 04:41:11 -04:00
[Unit]
Description=fruitvote
[Service]
Type=simple
2024-03-10 19:15:33 -04:00
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
2024-03-10 04:41:11 -04:00
Restart=always
[Install]
WantedBy=default.target