mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 20:16:35 +00:00
fix(kiosk): allow server discovery
This commit is contained in:
parent
dae5d0ce88
commit
d4abc86999
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue