1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

Set up to 4 uwsgi processes

This commit is contained in:
Jean-Baptiste Holcroft 2018-09-10 23:05:26 +02:00
parent c696886804
commit 72dd852b5e

View file

@ -8,6 +8,7 @@ ExecStart=/usr/bin/uwsgi \
--socket /var/run/uwsgi/%i.socket \
--chmod-socket=775 \
--logto /var/log/uwsgi/app/%i
--processes 4
User=%i
Group=www-data
Restart=on-failure