15 lines
322 B
Desktop File
15 lines
322 B
Desktop File
[Unit]
|
|
Description=RAG/Embedding Health HTTP Service (port 18814)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/python3 /home/will/lab/swarm/scripts/rag-embedding-health-server.py
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
Environment=PORT=18814
|
|
Environment=RAG_HEALTH_TIMEOUT=180
|
|
|
|
[Install]
|
|
WantedBy=default.target
|