feat(api): improve uwsgi systemd integration (#1614)

This commit is contained in:
Jonas L 2022-02-19 08:03:25 +01:00 committed by GitHub
parent f2f50b5929
commit 98cea4dcd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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