summaryrefslogtreecommitdiffstats
path: root/core/modules/slxbrowser/data/opt/openslx/scripts/kiosk-launch
blob: ed8a205fde560434e87e475550d8f718b6fe8a80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/ash

. /opt/openslx/config

[ -z "$SLX_BROWSER_URL" ] && exit 1

xset s off
xset -dpms

openbox &

exec slxbrowser --insecure --fullscreen "$SLX_BROWSER_URL"