add API v2
This commit is contained in:
parent
f809c3a8ff
commit
2df0189a90
71 changed files with 2740 additions and 315 deletions
11
api/install/systemd/libretime-api.service
Normal file
11
api/install/systemd/libretime-api.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=LibreTime API Service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/uwsgi /etc/airtime/libretime-api.ini
|
||||
User=libretime-api
|
||||
Group=libretime-api
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue