[Unit] Description=uWSGI Simple Sample for Flat Page with Index Default After=network.target [Service] #User=www-data #Group=www-data WorkingDirectory=/srv/foto_gallery Environment="PATH=/srv/foto_gallery/.env/bin" ExecStart=/srv/foto_gallery/.env/bin/uwsgi --ini uwsgi.ini [Install] WantedBy=multi-user.target