mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
12 lines
226 B
Desktop File
12 lines
226 B
Desktop File
[Unit]
|
|
Description=unbind Framebuffer console
|
|
|
|
ConditionPathExists=/sys/class/vtconsole/vtcon1/bind
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/sh -c 'echo 0 > /sys/class/vtconsole/vtcon1/bind'
|
|
|
|
[Install]
|
|
WantedBy=graphical.target
|