Browse Source

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

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Tony T 6 ngày trước cách đây
mục cha
commit
e52f6169c1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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