tilde.club/systemd/fruitvote.service

11 lines
380 B
SYSTEMD
Raw Normal View History

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