From d4abc86999318d4530769faffd6b173095fe1e82 Mon Sep 17 00:00:00 2001 From: Mitchell R Date: Wed, 20 May 2026 04:54:15 +0200 Subject: [PATCH] fix(kiosk): allow server discovery --- deploy/systemd/betterframe-kiosk.service | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy/systemd/betterframe-kiosk.service b/deploy/systemd/betterframe-kiosk.service index 3eba323..c138e04 100644 --- a/deploy/systemd/betterframe-kiosk.service +++ b/deploy/systemd/betterframe-kiosk.service @@ -29,7 +29,6 @@ EnvironmentFile=-/etc/default/betterframe-kiosk Environment=XDG_SESSION_TYPE=wayland Environment=XDG_SESSION_CLASS=user Environment=GST_DEBUG=1 -Environment=BETTERFRAME_SERVER=http://localhost # Let the unprivileged kiosk process control the Pi fan PWM sysfs files. ExecStartPre=+/bin/sh -c 'for d in /sys/class/hwmon/hwmon*; do [ -e "$d/pwm1" ] || continue; chgrp bfkiosk "$d/pwm1" "$d/pwm1_enable" 2>/dev/null || true; chmod g+w "$d/pwm1" "$d/pwm1_enable" 2>/dev/null || true; done' ExecStartPre=+/usr/local/sbin/betterframe-firmware-rollback.sh