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/
|
| 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 |
|