[Unit] Description=Hutch Notify API After=network.target [Service] User=hutch Group=hutch WorkingDirectory=/opt/hutch-notify EnvironmentFile=/opt/hutch-notify/.env ExecStart=/opt/hutch-notify/.venv/bin/uvicorn app.main:app --host 0.0.0.0 --port 8000 Restart=always RestartSec=5 [Install] WantedBy=multi-user.target