2026-02-26 21:30:26 -06:00
|
|
|
[Unit]
|
2026-02-26 21:42:05 -06:00
|
|
|
Description=TrueRecall Base - Real-Time Memory Watcher
|
2026-02-26 21:30:26 -06:00
|
|
|
After=network.target
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=simple
|
2026-03-04 11:56:44 -06:00
|
|
|
User=root
|
|
|
|
|
WorkingDirectory=/root/.openclaw/workspace/.local_projects/openclaw-true-recall-base/watcher
|
|
|
|
|
Environment="QDRANT_URL=http://10.0.0.40:6333"
|
2026-02-26 21:30:26 -06:00
|
|
|
Environment="QDRANT_COLLECTION=memories_tr"
|
2026-03-04 11:56:44 -06:00
|
|
|
Environment="OLLAMA_URL=http://localhost:11434"
|
2026-02-26 21:30:26 -06:00
|
|
|
Environment="EMBEDDING_MODEL=snowflake-arctic-embed2"
|
2026-03-04 11:56:44 -06:00
|
|
|
Environment="USER_ID=rob"
|
|
|
|
|
ExecStart=/usr/bin/python3 /root/.openclaw/workspace/.local_projects/openclaw-true-recall-base/watcher/realtime_qdrant_watcher.py --daemon
|
2026-02-26 21:30:26 -06:00
|
|
|
Restart=always
|
|
|
|
|
RestartSec=5
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|