From 840338bb1f70c2d36c79b49f413eb7bc7df5dcf3 Mon Sep 17 00:00:00 2001 From: CrazyWolf13 Date: Tue, 6 May 2025 08:00:16 +0200 Subject: [PATCH] source venv --- install/streamlink-webui-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/streamlink-webui-install.sh b/install/streamlink-webui-install.sh index 8e88dcb..913ab61 100644 --- a/install/streamlink-webui-install.sh +++ b/install/streamlink-webui-install.sh @@ -47,7 +47,7 @@ After=network.target [Service] EnvironmentFile=/opt/${APPLICATION}.env WorkingDirectory=/opt/${APPLICATION} -ExecStart=/opt/${APPLICATION}/start.sh +ExecStart=source /opt/"${APPLICATION}"/backend/src/.venv/bin/activate && /opt/${APPLICATION}/start.sh Restart=always [Install]