moved service to live trades

This commit is contained in:
2026-05-04 10:01:47 -04:00
parent 2ebcbd1254
commit 2ce401c487

View File

@@ -9,7 +9,7 @@ Type=oneshot
# ── Change this path to wherever you cloned the repo ──────────────────────
WorkingDirectory=/opt/crypto-trader
ExecStart=/opt/crypto-trader/venv/bin/python bot.py
ExecStart=/opt/crypto-trader/venv/bin/python bot.py --live
# ──────────────────────────────────────────────────────────────────────────
# Run as a dedicated low-privilege user (created by install.sh)