[Unit] Description=Gunicorn instance to serve CLIF After=network.target [Service] User=git Group=git WorkingDirectory=/home/git/clif ExecStart=/home/git/clif/venv/bin/gunicorn --workers 4 --bind localhost:5000 web:application Restart=always [Install] WantedBy=multi-user.target