From dcf218dbe2d4c5d6c9a37abcd191039ad4173232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Mon, 28 Apr 2025 10:07:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Fix=20webssh=20python=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prepare-labs/lib/commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-labs/lib/commands.sh b/prepare-labs/lib/commands.sh index 4b26c445..ec23dd88 100644 --- a/prepare-labs/lib/commands.sh +++ b/prepare-labs/lib/commands.sh @@ -1396,7 +1396,7 @@ WantedBy=multi-user.target [Service] WorkingDirectory=/opt/webssh -ExecStart=/usr/bin/env python run.py --fbidhttp=false --port=1080 --policy=reject +ExecStart=/usr/bin/env python3 run.py --fbidhttp=false --port=1080 --policy=reject User=nobody Group=nogroup Restart=always