mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
This is required since systemd 245, without it oneshot services may get started more than once. Signed-off-by: Matthias Reichl <hias@horus.com>
13 lines
246 B
Desktop File
13 lines
246 B
Desktop File
[Unit]
|
|
Description=unbind Framebuffer console
|
|
|
|
ConditionPathExists=/sys/class/vtconsole/vtcon1/bind
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/bin/sh -c 'echo 0 > /sys/class/vtconsole/vtcon1/bind'
|
|
|
|
[Install]
|
|
WantedBy=graphical.target
|