mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-08-26 03:58:43 +02:00
9 lines
156 B
Bash
Executable File
9 lines
156 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Disable blanking
|
|
setterm blank 0
|
|
setterm powerdown 0
|
|
|
|
# Start DE
|
|
exec dbus-launch --exit-with-session /usr/bin/mate-session > /dev/null 2>&1
|