summaryrefslogtreecommitdiff
path: root/shutdown
blob: 2702073939cf03e893f27ed6b5dfe443832133f5 (plain)
1
2
3
4
5
#!/bin/sh

pg_ctl stop -D ~/projects/rag/data/postgres >/dev/null 2>&1 &&
  pidof ollama | xargs -r kill &&
  pidof qdrant | xargs -r kill