[Unit] Description=alpaca-llm-bot-v1 autonomous trading bot After=network.target [Service] Type=simple WorkingDirectory=/home/drjones/.openclaw/workspace/alpaca-llm-bot-v1 EnvironmentFile=/home/drjones/.openclaw/workspace/alpaca-llm-bot-v1/.env ExecStart=/home/drjones/.openclaw/workspace/alpaca-llm-bot-v1/.venv/bin/uvicorn app:app --host 0.0.0.0 --port 8089 Restart=always RestartSec=5 [Install] WantedBy=multi-user.target