diff --git a/systemd/crypto-trader.service b/systemd/crypto-trader.service index c22e7e0..aed2d35 100644 --- a/systemd/crypto-trader.service +++ b/systemd/crypto-trader.service @@ -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)