From 9a21cc9376f03241aa53fe092adadb28e16c5c07 Mon Sep 17 00:00:00 2001 From: toros Date: Tue, 8 Sep 2026 22:56:29 +0500 Subject: [PATCH] =?UTF-8?q?fix(webui):=20WorkingDirectory=3D@TARGET@=20?= =?UTF-8?q?=E2=80=94=20=D1=87=D1=82=D0=BE=D0=B1=D1=8B=20=D0=BF=D0=B0=D0=BA?= =?UTF-8?q?=D0=B5=D1=82=20atxpi=20=D0=BD=D0=B0=D1=85=D0=BE=D0=B4=D0=B8?= =?UTF-8?q?=D0=BB=D1=81=D1=8F=20=D0=BD=D0=B0=20sys.path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- atxpi/deploy/systemd/atxpi.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atxpi/deploy/systemd/atxpi.service b/atxpi/deploy/systemd/atxpi.service index 2d2047e..b2275a7 100644 --- a/atxpi/deploy/systemd/atxpi.service +++ b/atxpi/deploy/systemd/atxpi.service @@ -7,7 +7,7 @@ Wants=network-online.target Type=simple User=@USER@ Group=@USER@ -WorkingDirectory=@TARGET@/atxpi +WorkingDirectory=@TARGET@ EnvironmentFile=/etc/atxpi/atxpi.env ExecStart=@TARGET@/atxpi/venv/bin/uvicorn atxpi.webui.server:app --host @BIND_HOST@ --port @BIND_PORT@ Restart=always