[Unit]
Description=HAPP Bot Backend (FastAPI)
After=network.target

[Service]
User=sandhiya
WorkingDirectory=/home/sandhiya/services/HAPP_Bot_Backend/multi-agents-health-wellness-app-main

# Load env vars from .env
EnvironmentFile=/home/sandhiya/services/HAPP_Bot_Backend/multi-agents-health-wellness-app-main/.env

# Use your venv python
ExecStart=/home/sandhiya/services/HAPP_Bot_Backend/multi-agents-health-wellness-app-main/.venv/bin/python -m uvicorn src.main:app --host 127.0.0.1 --port 7861 --workers 1

Restart=always
RestartSec=3

[Install]
WantedBy=multi-user.target
