feat: add systemd service configuration for shopeebot automation

This commit is contained in:
Victor Phan
2026-07-21 15:30:08 +07:00
parent 1e9cbef708
commit 685019aed5
+1 -1
View File
@@ -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