feat(api): allow to run without log file for dev
BREAKING CHANGE: moved production api log file from '/var/log/airtime/api.log' to '/var/log/libretime/api.log'
This commit is contained in:
parent
401808d7d1
commit
bf59f20ffd
2 changed files with 22 additions and 18 deletions
|
@ -2,6 +2,8 @@
|
|||
Description=LibreTime API Service
|
||||
|
||||
[Service]
|
||||
Environment=LIBRETIME_LOG_FILEPATH=/var/log/libretime/api.log
|
||||
|
||||
ExecStart=/usr/bin/uwsgi /etc/airtime/libretime-api.ini
|
||||
User=libretime-api
|
||||
Group=libretime-api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue