3 Commits

Author SHA1 Message Date
yangdx
0fa2fc9cab Refactor systemd service config to use environment variables
• Add LIGHTRAG_HOME environment variable
• Use .venv instead of venv directory
2025-10-29 20:14:17 +08:00
yangdx
d5bcd14c6f Refactor service deployment to use direct process execution
- Remove bash wrapper script
- Update systemd service configuration
- Improve process management for gunicorn
- Simplify shared storage cleanup logic
- Update documentation for deployment
2025-10-29 18:55:47 +08:00
yangdx
0affee1eef Rename startup script and service files for better clarity
• Renamed start_lightrag.sh to lightrag-api
• Renamed service file to lightrag.service
• Updated service file to use new script name
• Made file names more consistent
2025-02-07 10:54:13 +08:00