From fae2d032ab8fce4495fe9c0715171aa572a71b8e Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Wed, 21 Jan 2026 15:14:29 +0100 Subject: [PATCH] yubal: fix for v0.2 (#11006) --- install/yubal-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/yubal-install.sh b/install/yubal-install.sh index c1ad21f5a..7ed49ab89 100644 --- a/install/yubal-install.sh +++ b/install/yubal-install.sh @@ -59,7 +59,7 @@ msg_ok "Installed Python Dependencies" msg_info "Creating Service" cat </opt/yubal.env YUBAL_HOST=0.0.0.0 -YUBAL_PORT=8001 +YUBAL_PORT=8000 YUBAL_DATA=/opt/yubal_data YUBAL_CONFIG=/opt/yubal_config YUBAL_ROOT=/opt/yubal @@ -76,7 +76,7 @@ User=root WorkingDirectory=/opt/yubal EnvironmentFile=/opt/yubal.env Environment="PATH=/opt/yubal/.venv/bin:/usr/local/bin:/usr/bin:/bin" -ExecStart=/opt/yubal/.venv/bin/python -m yubal +ExecStart=/opt/yubal/.venv/bin/python -m yubal_api Restart=always RestartSec=5