mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-06-26 22:00:19 +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
|