[uwsgi]
plugin=python3
# master
master = true
# maximum number of processes
processes = 10
# the socket (use the full path to be safe)
socket = /tmp/myshop3.sock
# with appropriate permissions - *may* be needed
chmod-socket = 666
# the base directory
chdir = /home/shop/myshop3
# Django's wsgi file
module = myshop3.wsgi
# the virtualenv
home = /home/shop/venv
==
==
Что-то типа такого
https://github.com/JacksonHill/systemd-uwsgi-examp...