feat(api): improve uwsgi systemd integration (#1614)
This commit is contained in:
parent
f2f50b5929
commit
98cea4dcd2
|
@ -2,6 +2,10 @@
|
|||
Description=LibreTime API Service
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
NotifyAccess=all
|
||||
KillSignal=SIGQUIT
|
||||
|
||||
Environment=LIBRETIME_LOG_FILEPATH=/var/log/libretime/api.log
|
||||
|
||||
ExecStart=/usr/bin/uwsgi /etc/airtime/libretime-api.ini
|
||||
|
|
Loading…
Reference in New Issue