From 8a107d4d2804f59a49d994f9b8095184736a7c7c Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 23 Jul 2024 13:15:12 +0000 Subject: automatic import of ollama --- ollama.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ollama.service (limited to 'ollama.service') diff --git a/ollama.service b/ollama.service new file mode 100644 index 0000000..5ddc9b1 --- /dev/null +++ b/ollama.service @@ -0,0 +1,13 @@ +[Unit] +Description=Ollama Service +After=network-online.target + +[Service] +ExecStart=/usr/bin/ollama serve +User=ollama +Group=ollama +Restart=always +RestartSec=3 + +[Install] +WantedBy=default.target -- cgit v1.2.3