From 685019aed5ac18ed88bc2391ecee52420f8b7f8f Mon Sep 17 00:00:00 2001 From: Victor Phan Date: Tue, 21 Jul 2026 15:30:08 +0700 Subject: [PATCH] feat: add systemd service configuration for shopeebot automation --- serverPython/install_services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverPython/install_services.sh b/serverPython/install_services.sh index 49bdbaa..b58225f 100644 --- a/serverPython/install_services.sh +++ b/serverPython/install_services.sh @@ -8,7 +8,7 @@ After=network.target [Service] User=root WorkingDirectory=/root/botAffilate/serverPython -ExecStart=/root/botAffilate/serverPython/venv/bin/python main.py +ExecStart=/root/botAffilate/venv/bin/python main.py Restart=always RestartSec=5