From 0affee1eef0002efaab29621ebb3e829de55ede2 Mon Sep 17 00:00:00 2001 From: yangdx Date: Fri, 7 Feb 2025 10:54:13 +0800 Subject: [PATCH] Rename startup script and service files for better clarity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • 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 | 0 lightrag-server.service.example => lightrag.service.example | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename start_lightrag.sh.example => lightrag-api (100%) rename lightrag-server.service.example => lightrag.service.example (82%) diff --git a/start_lightrag.sh.example b/lightrag-api similarity index 100% rename from start_lightrag.sh.example rename to lightrag-api diff --git a/lightrag-server.service.example b/lightrag.service.example similarity index 82% rename from lightrag-server.service.example rename to lightrag.service.example index 9f3ee7a6..3c96e0b4 100644 --- a/lightrag-server.service.example +++ b/lightrag.service.example @@ -9,7 +9,7 @@ User=netman MemoryHigh=8G MemoryMax=12G WorkingDirectory=/home/netman/lightrag-xyj -ExecStart=/home/netman/lightrag-xyj/start_lightrag.sh +ExecStart=/home/netman/lightrag-xyj/lightrag-api Restart=always RestartSec=10