[Unit]
Description=HApp Wearable Backend (FastAPI)
After=network.target

[Service]
User=sandhiya
WorkingDirectory=/home/sandhiya/Happ-Wearable-V1/backend-wearable-data
ExecStart=/home/sandhiya/Happ-Wearable-V1/backend-wearable-data/run-wearable.sh
Restart=always
RestartSec=5
# Good practice for FastAPI/uvicorn
Environment=PYTHONUNBUFFERED=1

[Install]
WantedBy=multi-user.target

