diff options
Diffstat (limited to 'remote/modules/firefox/data/opt/openslx/scripts')
| -rwxr-xr-x | remote/modules/firefox/data/opt/openslx/scripts/firefox-session | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/remote/modules/firefox/data/opt/openslx/scripts/firefox-session b/remote/modules/firefox/data/opt/openslx/scripts/firefox-session new file mode 100755 index 00000000..1c8d5590 --- /dev/null +++ b/remote/modules/firefox/data/opt/openslx/scripts/firefox-session @@ -0,0 +1,6 @@ +#!/bin/ash + +. /opt/openslx/config + +openbox & +exec /usr/bin/firefox --new-window "$SLX_BROWSER_START_URL" -fullscreen |
