fix linux sample service file script name error

This commit is contained in:
yangdx
2025-01-21 02:48:07 +08:00
parent 81a0a7cff0
commit ae824f2878

View File

@@ -9,7 +9,7 @@ User=netman
MemoryHigh=8G
MemoryMax=12G
WorkingDirectory=/home/netman/lightrag-xyj
ExecStart=/home/netman/lightrag-xyj/start_lightrag_server.sh
ExecStart=/home/netman/lightrag-xyj/start_lightrag.sh
Restart=always
RestartSec=10