From 2ce401c4877db4a7458cd35d847ee66a9f9192e7 Mon Sep 17 00:00:00 2001 From: jerick Date: Mon, 4 May 2026 10:01:47 -0400 Subject: [PATCH] moved service to live trades --- systemd/crypto-trader.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)