Explorar el Código

fix: correct erp-bridge.service paths to homelegance-chatbot directory

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Tony T hace 6 días
padre
commit
e52f6169c1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      erp-bridge/erp-bridge.service

+ 2 - 2
erp-bridge/erp-bridge.service

@@ -6,8 +6,8 @@ After=network.target
 Type=simple
 User=apache
 Group=apache
-WorkingDirectory=/redant/web/erp-bridge
-EnvironmentFile=/redant/web/erp-bridge/.env
+WorkingDirectory=/redant/web/homelegance-chatbot/erp-bridge
+EnvironmentFile=/redant/web/homelegance-chatbot/erp-bridge/.env
 ExecStart=/usr/bin/python3.12 -m uvicorn main:app --host 127.0.0.1 --port 8080 --workers 2
 Restart=always
 RestartSec=5