mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-07-03 15:10:03 +00:00

• 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
5 lines
80 B
Bash
5 lines
80 B
Bash
#!/bin/bash
|
|
|
|
source /home/netman/lightrag-xyj/venv/bin/activate
|
|
lightrag-server
|