[Unit]
Description=Gunicorn instance to serve Name Tartan Generator
After=network.target

[Service]
User=pi
Group=www-data
WorkingDirectory=/path/to/repo/flask
ExecStart=python3 /path/to/repo/flask/gunicorn3 --user pi --group www-data --workers 2 --bind 0.0.0.0:8008 -m 007 wsgi:app

[Install]
WantedBy=multi-user.target
