- Renamed service file to `lightrag-server.service.example` - Updated `ExecStart` path in service file - Corrected README.md service file reference - Moved `start_lightrag.sh.example` to root - No functionality is changed
5 lines
80 B
Bash
5 lines
80 B
Bash
#!/bin/bash
|
|
|
|
source /home/netman/lightrag-xyj/venv/bin/activate
|
|
lightrag-server
|