[Unit] Description=Gunicorn server for %I After=network.target nss-lookup.target network-online.target nss-user-lookup.target [Service] Type=simple WorkingDirectory=/usr/local/www/%I/app ExecStart=/usr/local/www/%I/app/venv/bin/gunicorn -c /usr/local/www/%I/config/gunicorn/gunicorn.conf.py Restart=on-failure RestartSec=10 [Install] WantedBy=multi-user.target