Files
swarm-master/swarm-common/rag-embedding-health.service
T
2026-05-14 11:50:59 -07:00

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