ansible/roles/gunicorn/files/gunicorn.socket
2019-05-29 03:14:46 +03:00

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