1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00
weblate_ynh/conf/uwsgi-app@.socket
Jean-Baptiste Holcroft db4ffdf5f4 Use uwsgi templates
2017-11-20 15:58:51 +01:00

11 lines
174 B
SYSTEMD

[Unit]
Description=Socket for uWSGI app %i
[Socket]
ListenStream=/var/run/uwsgi/%i.socket
SocketUser=%i
SocketGroup=uwsgi
SocketMode=0660
[Install]
WantedBy=sockets.target