11 lines
180 B
SYSTEMD
11 lines
180 B
SYSTEMD
[Unit]
|
|
Description=Gunicorn Socket
|
|
|
|
[Socket]
|
|
ListenStream=/run/gunicorn/gunicorn-%i.sock
|
|
RuntimeDirectory=gunicorn
|
|
SocketUser=%i
|
|
SocketMode=0660
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|