From 4836bd294464a7a5df078a78b90534b0927c7219 Mon Sep 17 00:00:00 2001 From: pavel Date: Sat, 7 Feb 2026 17:15:28 +0100 Subject: [PATCH] fix pipeline --- .forgejo/workflows/pipeline.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/pipeline.yaml b/.forgejo/workflows/pipeline.yaml index eb9298a..b84ff0e 100644 --- a/.forgejo/workflows/pipeline.yaml +++ b/.forgejo/workflows/pipeline.yaml @@ -20,6 +20,7 @@ jobs: - run: | export XDG_RUNTIME_DIR=/run/user/$(id -u) export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus + systemctl --user stop chat cp target/release/chat ~/chat/chat chmod +x ~/chat/chat - systemctl --user restart chat \ No newline at end of file + systemctl --user start chat \ No newline at end of file