yangdx commited on
Commit
74ae495
·
1 Parent(s): af4c884

fix linux sample service file script name error

Browse files
Files changed (1) hide show
  1. lightrag-server.service.example +1 -1
lightrag-server.service.example CHANGED
@@ -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_server.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/start_lightrag.sh
13
  Restart=always
14
  RestartSec=10
15