Added some fixes for the Linux installer/service - now shipping a log4rs config; creates /var/log for log files; fixed name of service file
This commit is contained in:
11
build/debian/service/zealot.service
Normal file
11
build/debian/service/zealot.service
Normal file
@ -0,0 +1,11 @@
|
||||
[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
|
Reference in New Issue
Block a user