mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-09-23 23:24:03 +00:00
18 lines
333 B
Plaintext
18 lines
333 B
Plaintext
![]() |
[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/lightrag/api/start_lightrag_server.sh
|
||
|
Restart=always
|
||
|
RestartSec=10
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|