lightrag / lightrag-server.service.example
yangdx
Refactor service and script paths for LightRAG.
b2af0ea
raw
history blame
320 Bytes
[Unit]
Description=LightRAG XYJ Ollama Service
After=network.target
[Service]
Type=simple
User=netman
# Memory settings
MemoryHigh=8G
MemoryMax=12G
WorkingDirectory=/home/netman/lightrag-xyj
ExecStart=/home/netman/lightrag-xyj/start_lightrag_server.sh
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target