diff --git a/lightrag/api/lightrag.service.example b/lightrag-server.service.example similarity index 77% rename from lightrag/api/lightrag.service.example rename to lightrag-server.service.example index 5113ddde..3e02935e 100644 --- a/lightrag/api/lightrag.service.example +++ b/lightrag-server.service.example @@ -9,7 +9,7 @@ User=netman MemoryHigh=8G MemoryMax=12G WorkingDirectory=/home/netman/lightrag-xyj -ExecStart=/home/netman/lightrag-xyj/lightrag/api/start_lightrag_server.sh +ExecStart=/home/netman/lightrag-xyj/start_lightrag_server.sh Restart=always RestartSec=10 diff --git a/lightrag/api/README.md b/lightrag/api/README.md index e0c835c6..545811e4 100644 --- a/lightrag/api/README.md +++ b/lightrag/api/README.md @@ -427,7 +427,7 @@ This intelligent caching mechanism: ## Install Lightrag as a Linux Service -Create your service file: `lightrag.sevice`. Modified the following lines from `lightrag.sevice.example` +Create your service file: `lightrag-server.sevice`. Modified the following lines from `lightrag-server.sevice.example` ```text Description=LightRAG Ollama Service diff --git a/lightrag/api/start_lightrag.sh.example b/start_lightrag.sh.example similarity index 100% rename from lightrag/api/start_lightrag.sh.example rename to start_lightrag.sh.example