Zealot/build/debian/service/zealot.service
Gregory Ballantine 75d71e9695
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Added some fixes for the Linux installer/service - now shipping a log4rs config; creates /var/log for log files; fixed name of service file
2022-10-26 09:58:46 -04:00

11 lines
199 B
Desktop File

[Unit]
Description=Zealot video transcoder service
[Service]
User=zealot
Group=zealot
ExecStart=/usr/bin/zealot -l /etc/zealot/log4rs.yaml
SuccessExitStatus=143
[Install]
WantedBy=multi-user.target