From e9a0eef898a7f24b8da3020746d49602b4f71fcc Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 5 Aug 2024 14:15:34 +0200 Subject: Add start and shutdown scripts --- shutdown | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 shutdown (limited to 'shutdown') diff --git a/shutdown b/shutdown new file mode 100755 index 0000000..613b645 --- /dev/null +++ b/shutdown @@ -0,0 +1,4 @@ +#!/bin/sh + +pidof ollama | xargs -r kill +pidof qdrant | xargs -r kill -- cgit v1.2.3-70-g09d2