[Unit] Description=Gunicorn instance to serve WeedThought After=network.target [Service] # Replace 'root' with your actual Linux username if different User=webadmin # IMPORTANT: Update these paths to match where the folder is on your Linux system WorkingDirectory=/home/webadmin/html/weedthought.com Environment="PATH=/home/webadmin/html/weedthought.com/venv/bin" ExecStart=/home/webadmin/html/weedthought.com/venv/bin/gunicorn --workers 4 --bind 0.0.0.0:5000 wsgi:app Restart=always [Install] WantedBy=multi-user.target