mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-12-12 07:24:02 +01:00
* rebase alpine-mate to new kasmvnc baseimage * update branch readmes to point to master * add linux utils * disable screen blanking file level * update bin wrapper to pass cli options --------- Co-authored-by: ryan.kuba <ryan.kuba@kasmweb.com> Co-authored-by: thelamer <ryankuba@gmai.com>
6 lines
109 B
Bash
Executable File
6 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
|
|
setterm blank 0
|
|
setterm powerdown 0
|
|
/usr/bin/dbus-launch /usr/bin/mate-session > /dev/null 2>&1
|