From c2ad465ab02e34087edda2bdbc3a55ee52636fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20P=C3=A9rez?= Date: Wed, 24 Jul 2024 10:22:58 +0100 Subject: [PATCH] Log registering --- VERSION | 2 +- resources/systemd/llamafile.service | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 6da28dd..8294c18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 \ No newline at end of file +0.1.2 \ No newline at end of file diff --git a/resources/systemd/llamafile.service b/resources/systemd/llamafile.service index 19ad191..a423107 100644 --- a/resources/systemd/llamafile.service +++ b/resources/systemd/llamafile.service @@ -8,8 +8,8 @@ ExecStart=/usr/lib/redborder/bin/rb_ai.sh --fast --nobrowser --port 50505 --host Restart=always User=root Group=root -StandardOutput=journal -StandardError=journal +StandardOutput=append:/var/log/redborder-ai/redborder_ai.log +StandardError=append:/var/log/redborder-ai/redborder_ai_error.log Environment=PATH=/usr/bin:/usr/local/bin [Install]