[Unit] Description=TrueRecall Base - Real-Time Memory Watcher After=network.target [Service] Type=simple User= WorkingDirectory=/true-recall-base/watcher Environment="QDRANT_URL=http://:6333" Environment="QDRANT_COLLECTION=memories_tr" Environment="OLLAMA_URL=http://:11434" Environment="EMBEDDING_MODEL=snowflake-arctic-embed2" Environment="USER_ID=" ExecStart=/usr/bin/python3 /true-recall-base/watcher/realtime_qdrant_watcher.py --daemon Restart=always RestartSec=5 [Install] WantedBy=multi-user.target