From a2f2b1a0696f0e4c4d94fe87bf502d8b8756ba6d Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 23 Oct 2024 06:26:49 +0000 Subject: automatic import of ollama --- ollama.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ollama.service (limited to 'ollama.service') diff --git a/ollama.service b/ollama.service new file mode 100644 index 0000000..ecbf34f --- /dev/null +++ b/ollama.service @@ -0,0 +1,14 @@ +[Unit] +Description=Ollama Service +After=network-online.target +Wants=ollama-ui.service + +[Service] +ExecStart=/usr/bin/ollama serve +User=ollama +Group=ollama +Restart=always +RestartSec=3 + +[Install] +WantedBy=default.target -- cgit v1.2.3