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