[Unit] Description=CALCOEE FastAPI service After=network.target [Service] User=www-data Group=www-data WorkingDirectory=/opt/calcoee EnvironmentFile=-/opt/calcoee/.env ExecStart=/opt/calcoee/.venv/bin/uvicorn app.main:app --host 127.0.0.1 --port 8000 Restart=always RestartSec=5 [Install] WantedBy=multi-user.target