feat(api): listen on unix socket with gunicorn

This commit is contained in:
jo 2022-07-06 14:21:55 +02:00 committed by Kyle Robbertze
parent ec45717ccf
commit 1cb03c35d2
4 changed files with 18 additions and 4 deletions

View file

@ -0,0 +1,11 @@
[Unit]
Description=LibreTime API Socket
PartOf=libretime-api.service
[Socket]
ListenStream=/run/libretime-api.sock
SocketUser=@@DEFAULT_WEB_USER@@
SocketMode=640
[Install]
WantedBy=sockets.target