fix(webui): WorkingDirectory=@TARGET@ — чтобы пакет atxpi находился на sys.path

This commit is contained in:
toros
2026-09-08 22:56:29 +05:00
parent a1997b00ac
commit 9a21cc9376
+1 -1
View File
@@ -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