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