yangdx commited on
Commit
cfc6efc
Β·
1 Parent(s): f10a3eb

Rename startup script and service files for better clarity

Browse files

β€’ 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

start_lightrag.sh.example β†’ lightrag-api RENAMED
File without changes
lightrag-server.service.example β†’ lightrag.service.example RENAMED
@@ -9,7 +9,7 @@ User=netman
9
  MemoryHigh=8G
10
  MemoryMax=12G
11
  WorkingDirectory=/home/netman/lightrag-xyj
12
- ExecStart=/home/netman/lightrag-xyj/start_lightrag.sh
13
  Restart=always
14
  RestartSec=10
15
 
 
9
  MemoryHigh=8G
10
  MemoryMax=12G
11
  WorkingDirectory=/home/netman/lightrag-xyj
12
+ ExecStart=/home/netman/lightrag-xyj/lightrag-api
13
  Restart=always
14
  RestartSec=10
15