From fc4c29ff3f172c8b101e2366bd1fa02babbf9806 Mon Sep 17 00:00:00 2001 From: kami Date: Thu, 27 Aug 2026 17:55:17 +0400 Subject: [PATCH] Match the worker unit's User to the installed one The socket is /tmp/tmux-$UID, so orchestra-tmux.service and orchestra-worker.service must run as the same user or the worker talks to a different server. The installed unit has run as kami since before the split; the repo copy still said orchestra. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_011xsXyr5J1RACo71YeKG3Pu --- deploy/orchestra-worker.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/orchestra-worker.service b/deploy/orchestra-worker.service index 7862390..20db9a2 100644 --- a/deploy/orchestra-worker.service +++ b/deploy/orchestra-worker.service @@ -10,7 +10,7 @@ Wants=orchestra-tmux.service [Service] Type=simple -User=orchestra +User=kami EnvironmentFile=/etc/orchestra/worker.env ExecStart=/usr/local/bin/orchestra-worker Restart=always