tilde.club/systemd/fruitvote.service

11 lines
380 B
SYSTEMD
Raw Normal View History

2024-03-10 01:41:11 -07:00
[Unit]
Description=fruitvote
[Service]
Type=simple
2024-03-10 16:47:52 -06: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 /home/simponic/fruitvote/fruitvote.db
2024-03-10 01:41:11 -07:00
Restart=always
[Install]
WantedBy=default.target